🐳Installing the node on Docker
With Docker you can create a "container", install Ubuntu in it and run a node
This guide is outdated. Please use this other one.
Outdated - DO NOT use
Download and install Docker on your computer
Execute Docker
Open your computer terminal
Run the commands below
Get the latest Ubuntu release
Create a docker container named “quilibrium” and install Ubuntu in it
Go to the root folder of your Ubuntu installation
Proceed with the step-by-step installation of the node
Useful Docker commands
Change "quilibrium" with your container name
Create new container
Create new container and run it
Create new container in background
Run container
Stop container
Rename container
Last updated