Skip to content
This repository was archived by the owner on Mar 30, 2020. It is now read-only.

Volumes and VolumesFrom feature #20

Merged
merged 1 commit into from
Mar 17, 2015
Merged

Conversation

herveleclerc
Copy link
Contributor

In fact docker api is a little jungle ;) Volumes are not volumes but Binds.

I've checked on my local it works fine.
here is an example of conf file

...

[Project "d3-lamp"]
Repository = git@github.com:alterway/d3lamp.git
Environment = dev
Port = 0.0.0.0:80:80/tcp
Port = 0.0.0.0:443:443/tcp
Volume = /Users/hleclerc/tmp/src/d3lamp:/var/www/html

[Project "v-from-d3lamp"]
Repository = git@github.com:alterway/d3fromlamp.git
Environment = dev
Port = 0.0.0.0:9090:9090/tcp
VolumeFrom = d3-lamp


[Environment "dev"]
DockerEndPoint = tcp://192.168.59.103:2376
CertPath = /etc/dockership/certs

mcuadros added a commit that referenced this pull request Mar 17, 2015
Volumes and VolumesFrom feature
@mcuadros mcuadros merged commit 738a54e into mcuadros:master Mar 17, 2015
@mcuadros
Copy link
Owner

Awesome! Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants