Various versioning fixes

This commit is contained in:
kexkey
2018-12-21 12:21:28 -05:00
parent f9e86fd116
commit 9ef48fea2c
14 changed files with 76 additions and 45 deletions

View File

@@ -3,13 +3,13 @@
## Pull our Cyphernode image
```shell
docker pull cyphernode/pycoin:cyphernode-0.05
docker pull cyphernode/pycoin:latest
```
## Build yourself the image
```shell
docker build -t cyphernode/pycoin:cyphernode-0.05 .
docker build -t cyphernode/pycoin:latest .
```
## Run image
@@ -17,7 +17,7 @@ docker build -t cyphernode/pycoin:cyphernode-0.05 .
If you are using it independantly from the Docker stack (docker-compose.yml), you can run it like that:
```shell
docker run --rm -d -p 7777:7777 --network cyphernodenet --env-file env.properties cyphernode/pycoin:cyphernode-0.05 `id -u cyphernode`:`id -g cyphernode` ./startpycoin.sh
docker run --rm -d -p 7777:7777 --network cyphernodenet --env-file env.properties cyphernode/pycoin:latest `id -u cyphernode`:`id -g cyphernode` ./startpycoin.sh
```
## Usefull examples