Install Netbox on Docker Rumi, June 19, 2020June 19, 2020 The first thing to do is the installation of Docker. To do this, open a terminal window and issue the following commands: Install Docker with the command: sudo apt-get install docker.io -y Add your user to the docker group with the command: sudo usermod -aG docker $USER. Log out and… Continue Reading