This script will install the latest version of Docker and also includes Docker Compose.
Install Docker with the Compose plugin
curl -sSL https://get.docker.com/ | sudo sh
Allow a non-root to use Docker
sudo usermod -aG docker $USER
Tested on
Ubuntu 20.04
Ubuntu 22.04
This knowledge base serves as a valuable tool to simplify installations, troubleshoot common problems and to enhance the overall developer / admin experience.
mail@thijmenheuvelink.nl - all rights reserved