Install Docker in Ubuntu 16.04 LTS

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Install Docker in Ubuntu 16.04 LTS相关的知识,希望对你有一定的参考价值。

add key

sudo apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D

add sources

sudo apt-add-repository ‘deb https://apt.dockerproject.org/repo ubuntu-xenial main‘

update

apt update

install

apt install -y docker-engine

configuration

user config

sudo usermod -aG docker $(whoami)

Using the Docker Command

docker [option] [command] [arguments]

以上是关于Install Docker in Ubuntu 16.04 LTS的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu install Docker

ubuntu 18.04 install docker

Ubuntu Server 21.04 Install 二进制 Install docker&docker-compose

Ubuntu Server 21.04 Install 二进制 Install docker&docker-compose

How to install Docker on Ubuntu

How To Install Docker On Ubuntu 18.04