mirror of
https://github.com/moby/moby.git
synced 2026-07-13 19:12:11 +00: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>