Skip to content

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:

Install the node using Docker containers

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

Any problems?

We hope our Troubleshooting section can help you!