Files
docker-cli/command
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-08 16:17:15 -08:00
2016-12-12 09:34:03 +01:00
2016-12-20 21:05:19 +08:00
2017-01-19 14:02:06 +08:00
2016-09-19 10:34:31 -07:00
2017-01-23 10:25:36 -08:00