1、安装docker(参考网址:https://docs.docker.com/install/linux/docker-ce/ubuntu/)

Uninstall old versions

Older versions of Docker were called docker or docker-engine. If these are installed, uninstall them:

sudo apt-get remove docker docker-engine docker.io

2、Install Docker CE

(1)Update the apt package index:
sudo apt-get update
(2)Install packages to allow apt to use a repository over HTTPS:
sudo apt-get install apt-transport-https ca-certificates curl software-properties-common
(3)Add Docker’s official GPG key:

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
(4)Verify that you now have the key with the fingerprint 9DC8 5822 9FC7 DD38 854A E2D8 8D81 803C 0EBF CD88, by searching for the last 8 characters of the fingerprint:
sudo apt-key fingerprint 0EBFCD88(结果:pub 4096R/0EBFCD88 2017-02-22 Key fingerprint = 9DC8 5822 9FC7 DD38 854A E2D8 8D81 803C 0EBF CD88 uid Docker Release (CE deb) <docker@docker.com> sub 4096R/F273FCD8 2017-02-22
(5)Use the following command to set up the stable repository. You always need the stable repository, even if you want to install builds from the edge or test repositories as well. To add the edge or test repository, add the word edge or test (or both) after the word stable in the commands below.
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
(6)Update the apt package index
sudo apt-get update
(7)Install the latest version of Docker CE, or go to the next step to install a specific version:
sudo apt-get install docker-ce
(8)sudo docker run hello-world
 
 
 

最新文章

  1. ToolStripMenuItem
  2. MySQL查询语句完整语法解析
  3. wordcount数据流过程解析
  4. shell编程三大神器之grep
  5. 027 hibernate查询语言(HQL)
  6. pentaho专题之reporting design入门指南
  7. html文本encode后,js获取参数失败的bug
  8. 通用类 对象Excel互转
  9. tar -P参数含义
  10. python练习题-day20
  11. Java技术之如何保证同一资源被多个线程并发访问时的完整性?
  12. YII框架增删改查常用语句
  13. CLR,GC 表示什么意思?
  14. 如何把jar包发布到maven私服
  15. OpenResty 安装配置
  16. 【css】清除浮动(clearfix 和 clear)的用法
  17. Dubbo -- 系统学习 笔记 -- 成熟度
  18. MySQL数据库服务器整体规划(go)
  19. pyhthon lambda
  20. Daily Scrum (2015/10/24)

热门文章

  1. Unity3D:Gizmos画圆(原创)
  2. 关于C++ 命名空间Namespace 的解析
  3. Android Studio之Activity切换动画(三)
  4. Allegro PCB中封装焊盘替换操作详解
  5. .NET MVC 4 实现用户注册功能
  6. Linux学习笔记——例说makefile 综合案例
  7. 开源无广告输入法Rime
  8. spring 过滤器简介
  9. Running several name-based web sites on a single IP address.
  10. linux杂谈(十三):代理server