Added all

This commit is contained in:
Guillem Hernandez Sola
2018-10-31 15:58:47 +01:00
parent a11d08b155
commit 7ec7dbaf45
2 changed files with 4 additions and 5 deletions

View File

@@ -17,9 +17,5 @@ sh get-docker.sh
# install docker-compose
curl -L "https://github.com/docker/compose/releases/download/1.21.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose && \
chmod +x /usr/local/bin/docker-compose
# 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