Files
docker-cli/command/service
Yong Tang b849aa6b95 Add --read-only for service create and service update
This fix tries to address the issue raised in 29972 where
it was not possible to specify `--read-only` for `docker service create`
and `docker service update`, in order to have the container's root file
system to be read only.

This fix adds `--read-only` and update the `ReadonlyRootfs` in `HostConfig`
through `service create` and `service update`.

Related docs has been updated.

Integration test has been added.

This fix fixes 29972.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2017-01-30 12:47:26 -08:00
..
2016-11-17 10:54:10 -08:00
2016-10-18 19:40:16 +08:00
2016-11-10 13:46:02 -08:00
2016-09-08 15:46:29 -04:00