Browse Source

Add script/shell

Signed-off-by: Aanand Prasad <[email protected]>
Aanand Prasad 10 years ago
parent
commit
7b1f01bb52
1 changed files with 4 additions and 0 deletions
  1. 4 0
      script/shell

+ 4 - 0
script/shell

@@ -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