Install Docker
Preparing Your Environment
You will need to install docker and docker-compose.
The following instructions assume Ubuntu 20.04 on an x86-64 CPU.
Install Docker
Test the installation:
Apply executable permissions to the binary:
Download the current stable release of Docker Compose:
Install Docker Compose
Test the installation:
Install docker:
Setup the docker stable repository:
Add Docker’s official GPG key:
Update the apt package index and install packages to allow apt to use a repository over HTTPS:
Last updated