Added compose

This commit is contained in:
Guillem Hernandez Sola
2018-06-13 11:35:13 +02:00
parent 3b4d6dc3e0
commit 80460ccdc9
10 changed files with 160 additions and 0 deletions

View File

@@ -21,3 +21,5 @@ curl -L "https://github.com/docker/compose/releases/download/1.21.2/docker-compo
# install docker-machine
curl -L "https://github.com/docker/machine/releases/download/v0.15.0/docker-machine-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-machine && \
chmod +x /usr/local/bin/docker-machine
usermod -G docker vagrant