Ubuntu18.04安装docker
程序员文章站
2024-03-13 15:25:15
...
- 在/etc/apt/source.list末尾加上
deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable
- 添加**
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- 更新源
sudo apt-get update
- 安装docker
sudo apt-get docker-ce
- docker不需要sudo执行
sudo usermod -aG docker $USER
推荐阅读
-
Ubuntu18.04安装docker
-
Hadoop2.2.0伪分布式完全安装手册 博客分类: hadoop hadoophadoop2.2.0单机伪分布式安装
-
ubuntu18.04安装docker
-
ZooKeeper的安装 博客分类: 云计算ZooKeeper ZooKeeper云计算集群echo伪分布式
-
ubuntu下安装python开发集成环境 博客分类: linux linuxpythonanacondapfylll
-
ubuntu18.04安装docker
-
ubuntu18.04安装docker
-
ubuntu下安装python开发集成环境 博客分类: linux linuxpythonanacondapfylll
-
Mac OS 安装java 开发环境 博客分类: Java java开发环境mac
-
linux环境下安装配置Apache 博客分类: linux linuxapache配置安装