一品网
  • 首页

Ubuntu安装docker


1.准备更新和安装docker源

sudo apt update
sudo apt install docker.io

2.准备docker镜像加速

vi /etc/docker/daemon.json
{
    "registry-mirrors": [
        "https://hub-mirror.c.163.com"
    ]
}

3.加载文件

systemctl daemon-reload

4.启动docker

systemctl enable docker
systemctl start docker

5.查看docekr信息

docker version
ubuntu

相关


Ubuntu 断网问题解决

ubuntu 18.04 搭建flask服务器(大合集,个人实操)

Baxter实战:Ubuntu16.04+Kinect2实现动作跟随

Ubuntu中使用Python3 Jupyter

Ubuntu上SmartGit三十天试用到期解决办法

NVidia Jetson Ubuntu 18.04 安装ROS过程中运行sudo rosdep init指令出错

Ubuntu 16.04 Install NVidia Driver (download from nvidia official site)

ExpRe[7] Ubuntu U盘启动盘制作,重装系统

Ubuntu 切换国内源

LINUX (Ubuntu)中配置动态链接库的方法

『Linux学习笔记』0. 在Windows中运行Linux内核(Ubuntu)

Ubuntu 使用deepin-wine安装微信

标签

一品网 冀ICP备14022925号-6