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#

  1. 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:

../../_images/docker-1.jpg
  1. 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

    ../../_images/latest4.png