Install Docker on Ubuntu: A Step-by-Step Guide
linuxiac.com › install-docker-on-ubuntuAug 15, 2021 · Install Docker To install the latest version of Docker on Ubuntu, run the command below. sudo apt install docker-ce docker-ce-cli containerd.io Congratulations! Docker should now be installed, the service started and enabled to start on boot. In addition, you can check the Docker state using: systemctl is-active docker active