1.2 Software Configuration
System Requirement
- This tutorial is based on Ubuntu 18.04. Ubuntu with versions other than 18.04 are not covered in this tutorial, though they and other Linux distributions may also work as well.
- How to install Ubuntu 18.04
- Make sure all your packages are up-to-date:
|
|
Install Docker-CE
Uninstall the older versions of Docker if they exist
|
|
Run the commands in the terminal to install the latest Docker
|
|
If you would like to run docker without sudo
in the future, add yourself to the docker
group
|
|
This is how it looks like after successfully deployed👇.
Reference: Install Docker Engine on Ubuntu