Install Docker
Last updated
📘 Recommendation
For Docker installation, refer to the official documentation.
sudo apt-get update
sudo apt-get install \
apt-transport-https \
ca-certificates \
curl \
gnupg-agent \
software-properties-commoncurl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -After adding the user, reconnect to the terminal.
Last updated
sudo apt-get install docker-ce docker-ce-cli containerd.iosudo usermod -a -G docker $USER