mirror of
https://github.com/docker/cli.git
synced 2025-07-29 06:01:13 +03:00
Add --init option to docker service create
Signed-off-by: Timothy Higinbottom <timhigins@gmail.com> Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
@ -43,6 +43,7 @@ Options:
|
||||
--help Print usage
|
||||
--host list Set one or more custom host-to-IP mappings (host:ip)
|
||||
--hostname string Container hostname
|
||||
--init bool Use an init inside each service container to forward signals and reap processes
|
||||
--isolation string Service container isolation mode
|
||||
-l, --label list Service labels
|
||||
--limit-cpu decimal Limit CPUs
|
||||
|
@ -54,6 +54,7 @@ Options:
|
||||
--host-add list Add a custom host-to-IP mapping (host:ip)
|
||||
--host-rm list Remove a custom host-to-IP mapping (host:ip)
|
||||
--hostname string Container hostname
|
||||
--init bool Use an init inside each service container to forward signals and reap processes
|
||||
--image string Service image tag
|
||||
--isolation string Service container isolation mode
|
||||
--label-add list Add or update a service label
|
||||
|
Reference in New Issue
Block a user