forked from rsksmart/rskj
-
Notifications
You must be signed in to change notification settings - Fork 0
Install RskJ Using Docker
herrerameri edited this page Jan 11, 2018
·
2 revisions
Following the instructions below you will install and run the RSK node and it will work connected to RSK MaiNnet (by default).
Then, you can:
This only can be done in a machine that is already running Docker.
First of all, download the RSK Dockerfile
and supervisord.conf
from artifacts repo.
Then build the container by running:
docker build -t rsk-node .
When the build finish, you have a container ready to run RSK.
To run the container, execute:
docker run -d --name rsk-node-01 -p 4444:4444 -p 50505:50505 rsk-node
We hope our Troubleshooting section can help you!