An automagical script to install (in less than one minute) Docker and Docker Compose on Ubuntu.
Open a terminal and SSH into the VM where you want to run Docker.
- Add repos and install Docker with:
curl https://raw.githubusercontent.com/tehKapa/dockerstaller/master/install.sh | bash
- Welcome aboard!
N.B. With this script you will be able to use Docker as a non-root user
To install Docker CE, you need the 64-bit version of one of these Ubuntu versions:
- Focal Fossa 20.04 (LTS)
- Bionic 18.04 (LTS)
- Xenial 16.04 (LTS)
Docker CE is supported on x86_64 (or amd64), armhf, arm64, s390x (IBM Z), and ppc64le (IBM Power) architectures.