Docker
Quick docker installation reference.
Last updated
Quick docker installation reference.
Last updated
Older versions of Docker were called docker
, docker.io
, or docker-engine
. If these are installed, uninstall them:
Update the apt
package index and install packages to allow apt
to use a repository over HTTPS:
Add Docker’s official GPG key:
Use the following command to set up the stable repository
Update the apt
package index, and install the latest version of Docker Engine and containerd:
Verify that Docker Engine is installed correctly by running the hello-world
image.
Add User to Docker Group
you can replace $USER with the name of the user account