mirror of
https://github.com/docker/cli.git
synced 2026-09-03 02:24:26 -05:00
This fix updates SwarmKit to 78ae345f449ac69aa741c762df7e5f0020f70275 (from 037b4913929019d44bc927870bf2d92ce9ca261f) The following issues in docker are related - Can not update service in host publish mode (#30199) (fixed) - Add `ReadonlyRootfs` in ContainerSpec for `--read-only` (#29972) (needed) - Explicitly disallow network pluginv1 creation in swarm mode (See discussion in docker/swarmkit/pull/1899, docker/swarmkit/pull/1894, and docker/docker/pull/30332#issuecomment-274277948) This fix fixes #30199 Signed-off-by: Yong Tang <yong.tang.github@outlook.com> Upstream-commit: 849816dd0fbd70d0e46567fffc7416b667bff9b5 Component: engine