added docker sandbox, work in progress

This commit is contained in:
2016-04-08 04:33:24 +02:00
parent 5a6f30ec0f
commit 8bba66dfa7
6 changed files with 141 additions and 0 deletions

7
sandbox/Makefile Normal file
View File

@@ -0,0 +1,7 @@
default: build
build:
docker build -t sneak/sandbox .
push: build
docker push sneak/sandbox