You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that a breaking change has been introduced with Docker version 27.3.0. I have Raspberry Pi's running with a Portainer edge agent and everything was working fine until updating Docker to v27.3.0.
Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/var/lib/docker/volumes", propagation: "rprivate"
Do I need to update my configuration or is this indeed a bug? If I need to specify propagation mode, can you advise me as to which one I must use?
Docker compose has published a new release, but it's not yet published as deb/rpm package on download.docker.com. In the meantime you can downgrade, and pin the docker-compose-plugin package to an older version.
I'll close this ticket as duplicate of docker/compose#12139 and because it's not a bug in this repository, but feel free to continue the conversation.
Description
Hi,
It seems that a breaking change has been introduced with Docker version 27.3.0. I have Raspberry Pi's running with a Portainer edge agent and everything was working fine until updating Docker to v27.3.0.
docker-compose.yml
Error message:
Do I need to update my configuration or is this indeed a bug? If I need to specify propagation mode, can you advise me as to which one I must use?
Thanks!
BR,
Stephan
Reproduce
docker compose up -d
Expected behavior
Create agent container successfully
docker version
Client: Docker Engine - Community Version: 27.3.0 API version: 1.47 Go version: go1.22.7 Git commit: e85edf8 Built: Thu Sep 19 14:26:29 2024 OS/Arch: linux/arm Context: default Server: Docker Engine - Community Engine: Version: 27.3.0 API version: 1.47 (minimum version 1.24) Go version: go1.22.7 Git commit: 41ca978 Built: Thu Sep 19 14:26:29 2024 OS/Arch: linux/arm Experimental: false containerd: Version: 1.7.22 GitCommit: 7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c runc: Version: 1.1.14 GitCommit: v1.1.14-0-g2c9f560 docker-init: Version: 0.19.0 GitCommit: de40ad0
docker info
Additional Info
Running on Raspberry Pi 5 with Standard OS.
The text was updated successfully, but these errors were encountered: