Add script/shell

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
Aanand Prasad 2015-03-12 14:02:14 +00:00
parent 9e9a66f0f8
commit 7b1f01bb52
1 changed files with 4 additions and 0 deletions

4
script/shell Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
set -ex
docker build -t docker-compose .
exec docker run -v /var/run/docker.sock:/var/run/docker.sock -v `pwd`:/code -ti --rm --entrypoint bash docker-compose