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
We've done a lot of work on volumes since this issue was created. Going to close the issue, but please do re-open if you're still able to reproduce with the latest version.
Hi All
I have a problem when trying to mount a folder with fig vs. with docker. When using docker direct it works.
docker run -p 80:80 -v /Users/name/someproject/:/var/www/ -d eboraas/apache-php --name test1
works fine ...
when doing the same in fig.yml
volumes:
- /Users/name/someproject/:/var/www/
it do not mount and the folder /var/www still have the original index.html "it works" from apache.
fig --version
fig 1.0.1
docker --version
Docker version 1.4.1, build 5bc2ff8
The text was updated successfully, but these errors were encountered: