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
$ git clone https://github.com/jpetazzo/container.training
$ cd container.training
$ docker-compose up
⠋ Container dockercoins_webui_1 Creating 0.0s Error response from daemon: path /home/mliddell/k8s-training/k8s/container.training/dockercoins/webui/files is mounted on / but it is not a shared mount.
I like to keep trailing slahes in volume mounts to show clearly that we're mounting directories (not files or sockets), but... If it breaks it on Windows, that sucks :(
I'm going to keep it like this for now, hoping that Compose will fix it soon; and if it doesn't fix it, then we'll change the Compose file of course.
I tried running on my WSL and go the following
The problem & fix is as described in https://stackoverflow.com/questions/68273745/how-to-make-a-mount-shared-in-docker
Environment:
The text was updated successfully, but these errors were encountered: