Ubuntu
Installation Guide
Update the apt package index and install packages to allow apt to use a repository over HTTPS
2. Add Docker’s official GPG key:
3. Verify that the key has the fingerprint9DC8 5822 9FC7 DD38 854A E2D8 8D81 803C 0EBF CD88
, by searching for the last 8 characters of the fingerprint.
pub rsa4096 2017-02-22 [SCEA] 9DC8 5822 9FC7 DD38 854A E2D8 8D81 803C 0EBF CD88 uid [ unknown] Docker Release (CE deb) docker@docker.com sub rsa4096 2017-02-22 [S]
4. Set up the docker repository
5. Update the apt package index, and install the latest version of Docker Engine and containerd
6. Create the docker group.
7. Add user to the docker group.
8. Log out and log back in so that your group membership is re-evaluated.
9. To confirm that Docker has been installed, check the docker version using
Reference:
Last updated