Initial Commit to docker branch.

This commit is contained in:
whindes
2017-10-12 13:12:34 -07:00
parent b96ffeb1a7
commit ce035ff5e8
5 changed files with 128 additions and 0 deletions

6
setup-compose Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
apk add --update openssl
wget https://github.com/docker/compose/releases/download/1..16.1/run.sh -O /usr/local/bin/docker-compose
sed -i "s/\/bin\/bash/\/bin\/sh/g" /usr/local/bin/docker-compose
chmod a+x /usr/local/bin/docker-compose
docker-compose --help