mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
`service create` and `service update` both used to have `--env`, `--label` and `--mount` options. These options now are only valid for `service create`. `service update` got corresponding `--xxx-add|rm` options instead. Signed-off-by: Harald Albers <github@albersweb.de>