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
{{ message }}
This repository was archived by the owner on Sep 26, 2021. It is now read-only.
Created a VM using docker-machine create today. It seems file volume mounts for docker containers are not working (mounted directories are empty). The reason seems to be that docker-machine grabs the latest boot2docker image - https://github.com/boot2docker/boot2docker/releases/tag/v19.03.0
Pinned the version now to v18.09.8 and mounts are working again.
This is easy to reproduce:
docker run --rm -it -v $PWD:/src --entrypoint sh alpine:latest
ls /src