1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/cli/command
Vincent Demeester c8e2552827 Add support for healthcheck in composefile v3
`docker stack deploy` now supports a composefile v3 format that have a
healthcheck.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
(cherry picked from commit 3bd64de7a9)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2016-11-21 11:48:22 -08:00
..
bundlefile Reinstate --bundle-file argument to 'docker deploy' 2016-11-10 11:28:18 -05:00
checkpoint refactor help func in CLI 2016-11-18 13:30:44 -08:00
commands secrets: secret management for swarm 2016-11-09 14:27:43 -05:00
container Use map[string]bool for preProcessor to ignore unknwon field 2016-11-18 13:42:21 -08:00
formatter Fix several issues with go vet and go fmt 2016-11-18 15:14:49 -08:00
idresolver service ps: Truncate Task IDs 2016-11-08 16:17:15 -08:00
image Change the docker-tag usage text to be clearer 2016-11-18 13:41:48 -08:00
inspect add endpoint mode in service pretty 2016-09-27 18:41:19 +08:00
network refactor help func in CLI 2016-11-18 13:30:44 -08:00
node refactor help func in CLI 2016-11-18 13:30:44 -08:00
plugin refactor help func in CLI 2016-11-18 13:30:44 -08:00
prune add docker network prune 2016-10-25 06:43:54 +00:00
registry Update deprecation versions for "email" and colon in "security options" 2016-11-01 09:12:27 -07:00
secret refactor help func in CLI 2016-11-18 13:30:44 -08:00
service Return warnings from service create and service update when digest pinning fails 2016-11-18 13:57:11 -08:00
stack Add support for healthcheck in composefile v3 2016-11-21 11:48:22 -08:00
swarm refactor help func in CLI 2016-11-18 13:30:44 -08:00
system refactor help func in CLI 2016-11-18 13:30:44 -08:00
task Add support for host port PublishMode in services 2016-11-10 18:07:55 -08:00
volume refactor help func in CLI 2016-11-18 13:30:44 -08:00
cli.go refactor help func in CLI 2016-11-18 13:30:44 -08:00
events_utils.go Add subcommand prune to the container, volume, image and system commands 2016-09-29 07:42:53 -07:00
in.go Fix the incorrect description for NewInStream 2016-10-13 22:33:09 +08:00
out.go Windows: OCI process struct convergence 2016-09-19 10:34:31 -07:00
registry.go Remove remaining registry methods from DockerCLI. 2016-09-09 15:50:01 -04:00
trust.go Move image trust related cli methods into the image package. 2016-09-09 10:50:16 -04:00
utils.go return nil when no node or service to avoid additional api call 2016-10-11 10:59:16 +08:00