Skip to content

mount folder with fig vs with docker #938

@robert-mygind

Description

@robert-mygind

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions