Author: imartinez

Installing Docker on Ubuntu

1. Open the terminal on Ubuntu. 2. Remove any Docker files that are running in the system, using the following command: $ sudo apt-get remove docker docker-engine docker.io After entering the above command, you will need to enter the password of the root and press enter. 3. Check if the system is up-to-date using the following command: […]