Skip to content

Commit

Permalink
Updated README.MD to fit latest release. #363
Browse files Browse the repository at this point in the history
  • Loading branch information
soffokl committed Sep 20, 2018
1 parent 0ddc813 commit b3b4824
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To run a node as docker container You will need [docker](https://www.docker.com/
You should be able to run a node on any OS that supports docker.
Tested on these OSes so far: _Dabian 9_, _Ubuntu 16.04_ and _Centos 7_.

You can check latest docker node versions here: https://hub.docker.com/r/mysteriumnetwork/mysterium-node/
You can check latest docker node versions here: https://hub.docker.com/r/mysteriumnetwork/myst/


### Installation
Expand All @@ -31,11 +31,11 @@ Go to [docker](https://www.docker.com/) on how to get a recent docker version fo

### Running
```bash
sudo docker run --cap-add NET_ADMIN --net host --name mysterium-node -d mysteriumnetwork/mysterium-node:latest --agreed-terms-and-conditions
sudo docker run --cap-add NET_ADMIN --net host --name myst -d mysteriumnetwork/myst service
```
### Debugging
```bash
sudo docker logs -f mysterium-node
sudo docker logs -f myst
```
More detailed installation options described [here](./INSTALL.md).
For possible issues while running a node refer to our [FAQ](https://github.com/mysteriumnetwork/node/wiki/Node-operation) section.
Expand Down

0 comments on commit b3b4824

Please sign in to comment.