阿里云轻量应用服务器环境搭建-Ubuntu安装Docker环境

阿里云轻量应用服务器环境搭建-Ubuntu安装Docker环境

  • 工具:XShell
  • 服务器:阿里云轻量应用服务器,Ubuntu 16.04

参考链接:https://yq.aliyun.com/articles/110806

Ubuntu安装Docker环境

  • step 1: 安装系统工具
sudo apt-get update

sudo apt-get -y install apt-transport-https ca-certificates curl software-properties-common 

  • step 2:安装GPG证书
curl -fsSL http://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | sudo apt-key add -

  • step 3:写入软件源信息
sudo add-apt-repository "deb [arch=amd64] http://mirrors.aliyun.com/docker-ce/linux/ubuntu $(lsb_release -cs) stable"

  • Step 4:更新并安装Docker-CE
sudo apt-get -y update

sudo apt-get -y install docker-ce

  • 配置镜像加速器
sudo mkdir -p /etc/docker
sudo tee /etc/docker/daemon.json <<-'EOF'
{
   
  "registry-mirrors": ["https://zbe10alu.mirror.aliyuncs.com"]
}
EOF
sudo systemctl daemon-reload
sudo systemctl restart docker

  • 安装校验
docker version

至此,docker环境安装完成

  • Docker查看镜像
docker images

  • Docker在运行的容器中执行命令

参考:https://www.runoob.com/docker/docker-exec-command.html

docker exec -it 容器名 /bin/bash  # 进入

exit # 退出

创作不易,喜欢的话加个关注点个赞,谢谢谢谢谢谢!

全部评论

相关推荐

牛客969571862号:昨天捞我今天面这个,岗位一模一样,感觉就是面着玩
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务