Docker Clients Setup#
Preparation#
Operating System: Linux
Install wget.
Please go to the wget website to download and install it. If you are using Linux system, you can also install it using the
apt-get install wget
command.Install Docker.
For the installation and use of Docker, please refer to the Docker Official Documentation.
Process for deploying nodes for the first time#
Execute the following command to start launching the node.
wget -O erbie_install.sh https://docker.erbie.io/erbie_install.sh && sudo bash erbie_install.sh
as shown below:
Conduct the command as follows, check whether the Erbie container is normally running or not and if it Shows UP, which means yes.
sudo docker ps -a