Tibor Vass
38c02a9280
vendor: align with engine at b6684a403c99aaf6be5b8ce0bef3c6650fcdcd12
...
Signed-off-by: Tibor Vass <tibor@docker.com>
2019-10-02 01:47:08 +00:00
Sebastiaan van Stijn
fd769e1aff
Update docker/docker to 827cb09f87964ed38b46502f22a585f2ed4a78e1
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-03-19 22:21:51 +01:00
Sebastiaan van Stijn
0fc0015173
bump docker/docker to 8aca18d631f3f72d4c6e3dc01b6e5d468ad941b8
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-03-02 13:41:42 +01:00
Sebastiaan van Stijn
d034df736b
Update docker, swarmkit, containerd v1.2.2
...
Also update the tests to account for the new "Builder" field
in docker info.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-02-02 17:03:12 +01:00
Ian Campbell
1c576e9043
Integrate CLI plugins into `docker info`
...
Fairly straight forward. It became necessary to wrap `Plugin.Err` with a type
which implements `encoding.MarshalText` in order to have that field rendered
properly in the `docker info -f '{{json}}'` output.
Since I changed the type somewhat I also added a unit test for `formatInfo`.
Signed-off-by: Ian Campbell <ijc@docker.com>
2019-01-30 13:45:26 +00:00
Ian Campbell
c9e60ae17a
Allow `prettyPrintInfo` to return multiple errors
...
This allows it to print what it can, rather than aborting half way when a bad
security context is hit.
Signed-off-by: Ian Campbell <ijc@docker.com>
2019-01-25 14:40:33 +00:00