博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
如何升级Docker
阅读量:6329 次
发布时间:2019-06-22

本文共 760 字,大约阅读时间需要 2 分钟。

hot3.png

如何升级Docker

如何升级Docker取决于你是如何安装Docker的。

  1. 使用 apt-get

    # Add the Docker repository key to your local keychain sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9 # Add the Docker repository to your apt sources list. sudo sh -c "echo deb https://get.docker.io/ubuntu docker main > /etc/apt/sources.list.d/docker.list" # update your sources list sudo apt-get update # install the latest sudo apt-get install lxc-docker
  2. 手工安装

    # kill the running docker daemon killall docker # get the latest binary wget http://get.docker.io/builds/Linux/x86_64/docker-latest -O docker # make it executable chmod +x docker # start the new version -d是指以守护进程的方式执行, & 指在后台执行 sudo ./docker -d &

转载于:https://my.oschina.net/zjzhai/blog/196210

你可能感兴趣的文章
Python新手快速入门教程-基础语法
查看>>
JVM性能调优入门
查看>>
关于raid的基本原理、软raid的实现演示
查看>>
科技企业的幕后推手,人工智能究竟有何魔力
查看>>
详解Oracle临时表的几种用法及意义
查看>>
HTML(七)------ 表格
查看>>
如何成为一个设计师和程序员混合型人才
查看>>
unable to load selinux policy. machine is in enforcing
查看>>
2015年10月23日作业
查看>>
MySQL5.7 加强了root用户登录安全性
查看>>
CentOS 6.3_Nagios安装配置与登录
查看>>
加强型的记录集权限(数据集权限、约束表达式设置功能)实现方法界面参考...
查看>>
Linux 内存机制
查看>>
linux下定时任务
查看>>
SharePoint 2013 部署 Part 1
查看>>
DWGSee看图纸dwg文件阅读器免费下载地址
查看>>
高能天气——团队Scrum冲刺阶段-Day 1-领航
查看>>
ISI CVPR journal ranking
查看>>
free movie
查看>>
列表组
查看>>