Skip to content

Commit

Permalink
Update steps.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dalijolijo committed May 4, 2018
1 parent 7d0c473 commit a7d26b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions steps.md
Expand Up @@ -92,7 +92,7 @@ docker pull <repository>/btx-rpc-server

### 8) Run docker container
```
docker run -p 40332:40332 -p 8555:8555 -p 9051:9051 --name btx-rpc-server -v /home/bitcore:/home/bitcore:rw -d <repository>/btx-rpc-server
docker run -p 40332:40332 -p 8555:8555 -p 9051:9051 --name btx-rpc-server -e BTXPWD='NEW_BTX_PWD' -v /home/bitcore:/home/bitcore:rw -d <repository>/btx-rpc-server
docker ps
```

Expand All @@ -115,7 +115,7 @@ docker exec -it btx-rpc-server bash

### B) Debbuging within a container during run (skip start.sh execution)
```
docker run -p 40332:40332 -p 8555:8555 -p 9051:9051 --name btx-rpc-server -v /home/bitcore:/home/bitcore:rw --entrypoint bash <repository>/btx-rpc-server
docker run -p 40332:40332 -p 8555:8555 -p 9051:9051 --name btx-rpc-server -e BTXPWD='NEW_BTX_PWD' -v /home/bitcore:/home/bitcore:rw --entrypoint bash <repository>/btx-rpc-server
```


Expand Down

0 comments on commit a7d26b6

Please sign in to comment.