Skip to content
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

mount folder with fig vs with docker #938

Closed
robert-mygind opened this issue Feb 9, 2015 · 2 comments
Closed

mount folder with fig vs with docker #938

robert-mygind opened this issue Feb 9, 2015 · 2 comments

Comments

@robert-mygind
Copy link

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

@dnephin
Copy link

dnephin commented Feb 9, 2015

I suspect this would be fixed by #858

As a workaround you should be able to fig rm to remove the old containers and data volumes.

@dnephin
Copy link

dnephin commented Sep 4, 2015

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.

@dnephin dnephin closed this as completed Sep 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants