
You should see the following output: Docker version 19.03.12, build 48a66213fe Once installed, verify the version of Docker with the following command: docker -version

Next, install the latest version of Docker and Docker Compose with the following command: apt-get install docker-ce docker-compose -y Next, add the Docker repository with the following command: add-apt-repository "deb focal stable" Once all the packages are installed, import the GPG key with the following command: curl -fsSL | apt-key add.

apt-get update -y Step 2 – Install Docker and Docker Composeīy default, the latest version of Docker is not available in the Ubuntu 20.04 default repository, so it is recommended to add Docker’s official repository in your system.įirst, install some required packages with the following command: apt-get install apt-transport-https ca-certificates curl software-properties-common -y

Once you are logged in to your Ubuntu 20.04 server, run the following command to update your base system with the latest available packages. Connect to your Cloud Server via SSH and log in using the credentials highlighted at the top of the page. Create a new server, choosing Ubuntu 20.04 as the operating system with at least 4GB RAM. Step 1 – Create an Atlantic.Net Cloud Serverįirst, log in to your Atlantic.Net Cloud Server.
