This commit is contained in:
2016-08-18 12:51:04 +02:00
parent 1dc40402e9
commit 8fd08d1373
4 changed files with 19 additions and 18 deletions

View File

@@ -1,10 +1,10 @@
default: build
build: kill
docker build -t sneak/bitcoind:0.12.0 .
docker build -t sneak/bitcoind:master .
run: kill
docker run --name sneak-bitcoind -d sneak/bitcoind:0.12.0
docker run --name sneak-bitcoind -d sneak/bitcoind:master
docker logs -f sneak-bitcoind
kill: