Update docs for docker info for most recent changes.#28316
Merged
vdemeester merged 1 commit intomoby:masterfrom Nov 16, 2016
Merged
Update docs for docker info for most recent changes.#28316vdemeester merged 1 commit intomoby:masterfrom
docker info for most recent changes.#28316vdemeester merged 1 commit intomoby:masterfrom
Conversation
Member
Author
|
Note: I don't have access to |
fc8d36e to
bcbaed2
Compare
allencloud
reviewed
Nov 12, 2016
docs/reference/commandline/info.md
Outdated
Contributor
There was a problem hiding this comment.
Could you make your docker daemon open debug mode? Then this part will have more details about debug info.
Contributor
There was a problem hiding this comment.
Oh, sorry for my missing some other fields.
some labels and proxies, as well?
😄
Member
Author
There was a problem hiding this comment.
Thanks. The PR has been updated.
bcbaed2 to
75091bd
Compare
This fix updates docs for `docker info` for most recent changes. It also made several chagnes: 1. Replace 0.12.0-dev to 0.13.0 for api docs v1.24. 2. Replace 0.13.0-dev to 0.13.0 for api docs v1.25 Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
75091bd to
d725764
Compare
Contributor
|
LGTM ping @thaJeztah |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a follow up to #28042:
#28042 (comment)
The output of
docker infoin docs has been way out of sync.This fix updates docs for
docker infofor most recent changes.This fix also made several changes:
cc @vieux @thaJeztah
Signed-off-by: Yong Tang yong.tang.github@outlook.com