This website requires JavaScript.
Explore
Help
Register
Sign In
Guest24897
/
DockerCLI
mirror of
https://github.com/docker/cli.git
Watch
1
Star
0
Fork
You've already forked DockerCLI
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5aae44baaa
DockerCLI
/
cli
/
command
/
system
/
testdata
/
docker-info-errors.golden
4 lines
17 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Rework `docker info` output to be more like `docker version` That is, reindent the two sections by one space. While the code was done by hand the `.golden` files had the extra space inserted with emacs' `string-insert-rectangle` macro to (try to) avoid possible manual errors. The docs were edited the same way. Signed-off-by: Ian Campbell <ijc@docker.com>
2019-01-25 08:10:59 -05:00
Client:
Separate client and daemon info in `docker system info` Right now the only client side info we have is whether debug is enabled, but we expect more in the future. We also preemptively prepare for the possibility of multiple errors when gathering both daemon and client info. Signed-off-by: Ian Campbell <ijc@docker.com>
2019-01-23 08:34:43 -05:00
Rework `docker info` output to be more like `docker version` That is, reindent the two sections by one space. While the code was done by hand the `.golden` files had the extra space inserted with emacs' `string-insert-rectangle` macro to (try to) avoid possible manual errors. The docs were edited the same way. Signed-off-by: Ian Campbell <ijc@docker.com>
2019-01-25 08:10:59 -05:00
Server: