I have created a docker swarm service with --read-only mode, which makes the container's root file system read-only. Now I just want to remove the read-only option of the running container. All the other existing options should be kept intact.
Docker service update command has many options to make the service flexible, like --constraint-add, --constraint-rm, --env-add, --env-rm, --mount-add, --mount-rm etc. Is there any way to remove the previously added read-only flag?