tag build with makefile

This commit is contained in:
Jeffrey Paul 2016-04-11 16:13:18 +02:00
parent 851ab21a4b
commit 7a6a638b28
Signed by: sneak
GPG Key ID: 052443F4DF2A55C2
1 changed files with 2 additions and 2 deletions

View File

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