-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker-compose fails to mount volumes on docker-machine (linux) host. #423
Comments
You should make sure that the environment variable If you encounter further problems, please follow up on the docker compose repo (or possibly on Toolbox or Boot2docker). |
Thanks, with the name of the setting, I found a tracking issue already on compose: docker/compose#4240 Setting the value to
Also toolbox is |
@JettJones there's a 1.13 toolbox release: https://github.com/docker/toolbox/releases/tag/v1.13.0 |
oh, I didn't realize - both of the download links I found were for https://www.docker.com/products/docker-toolbox |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Expected behavior
Using an existing docker-compose file, which works in docker
1.12
- I should be able to mount a volume from the docker host. The larger use case is to mount the docker-socket, for running something like registrator or logspout, but this issue reproduces with any bind mount.Actual behavior
It seems that docker-compose for windows is doing some windows-specific path mangling, which fails because my docker host is a linux VM run by docker-machine.
This is the error returned:
Information
windows 10 pro, Version 1607 (OS Build 14292.693)
within the docker-machine install:
Steps to reproduce the behavior
docker-compose -f {the_file_above} up
The text was updated successfully, but these errors were encountered: