Skip to content

Commit

Permalink
Docker node - Restart container after wallet setup
Browse files Browse the repository at this point in the history
  • Loading branch information
BitDesert committed May 12, 2018
1 parent c0c83b8 commit 5f8dd90
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Docker-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ sudo docker exec <CONTAINERID> /usr/bin/rai_node --wallet_decrypt_unsafe --walle

More information about the wallet backup is available here: [Wallet Backups](https://github.com/nanocurrency/raiblocks/wiki/Wallet-Backups)

Restart your container afterwards:

```bash
sudo docker restart <CONTAINERID>
```

### RPC interface

You can use the RPC interface on the local host via `curl`.
Expand Down

0 comments on commit 5f8dd90

Please sign in to comment.