mirror of
https://github.com/docker/cli.git
synced 2026-08-28 10:05:17 -05: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>