-
Notifications
You must be signed in to change notification settings - Fork 18.7k
docker inspect -f uses floats instead of ints #11641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
brahmaroutu
added a commit
to brahmaroutu/docker
that referenced
this issue
Mar 26, 2015
Closes moby#11641 Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
brahmaroutu
added a commit
to brahmaroutu/docker
that referenced
this issue
Mar 26, 2015
Closes moby#11641 Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
brahmaroutu
added a commit
to brahmaroutu/docker
that referenced
this issue
Mar 26, 2015
Closes moby#11641 Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
#dibs |
@scalixte-mdsol I already worked on this. Please see the PR above. |
brahmaroutu
added a commit
to brahmaroutu/docker
that referenced
this issue
Mar 27, 2015
Closes moby#11641 Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
brahmaroutu
added a commit
to brahmaroutu/docker
that referenced
this issue
Mar 27, 2015
Closes moby#11641 Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
@brahmaroutu when you do a PR, can you please add |
@rrarunan Does it not say Closes? |
@brahmaroutu It was just a friendly reminder without looking at the PR themselves. You did good 👍 |
brahmaroutu
added a commit
to brahmaroutu/docker
that referenced
this issue
Apr 1, 2015
Closes moby#11641 Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
brahmaroutu
added a commit
to brahmaroutu/docker
that referenced
this issue
Apr 22, 2015
Closes moby#11641 Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
brahmaroutu
added a commit
to brahmaroutu/docker
that referenced
this issue
Apr 22, 2015
Closes moby#11641 Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
brahmaroutu
added a commit
to brahmaroutu/docker
that referenced
this issue
Apr 22, 2015
Closes moby#11641 Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
brahmaroutu
added a commit
to brahmaroutu/docker
that referenced
this issue
Apr 22, 2015
Closes moby#11641 Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
brahmaroutu
added a commit
to brahmaroutu/docker
that referenced
this issue
Apr 23, 2015
Closes moby#11641 Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
brahmaroutu
added a commit
to brahmaroutu/docker
that referenced
this issue
Apr 23, 2015
Closes moby#11641 Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
brahmaroutu
added a commit
to brahmaroutu/docker
that referenced
this issue
Apr 23, 2015
Closes moby#11641 Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
brahmaroutu
added a commit
to brahmaroutu/docker
that referenced
this issue
Apr 23, 2015
Closes moby#11641 Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
brahmaroutu
added a commit
to brahmaroutu/docker
that referenced
this issue
Apr 23, 2015
Closes moby#11641 Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
brahmaroutu
added a commit
to brahmaroutu/docker
that referenced
this issue
Apr 23, 2015
Closes moby#11641 Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that the data type of all numbers in
docker inspect
data is floats, rather than ints.For example, the following template fails:
But this one works:
The same seems to be true for all numbers. This is obviously quite confusing, as pretty much all the numbers would seem to be better represented as integers.
Could this be changed? I realise there is now an issue with backward compatibility, but it just seems ... wrong ...
Version data and stuff if needed:
The text was updated successfully, but these errors were encountered: