百度云盘视频地址:http://pan.baidu.com/s/1o8gwCno
在 Ubuntu 中安装 Docker
本节视频教程学习目录:
Docker支持的Ubuntu版本
- Ubuntu Trusty 14.04(LTS)(64-bit)
- Ubuntu Precise 12.04(LTS)(64-bit)
- Ubuntu Raring 13.04 and Saucy 13.10(64-bit)
安装前检查:
- 内核版本
$uname –a
- 检查Device Mapper
$ls-l/sys/class/misc/device-mapper
Ubuntu中安装Docker的方式
- 安装Ubuntu维护版本
$sudo apt-get install docker io $source/etc/bash_completion.d/docker.io
- 安装Docker维护版本
检查APT的HTTPS支持查看/usr/lib/apt/methods/https文件是否存在,如果不存在,运行安装命令
$apt-get update $apt-get install –y apt –transport-https
添加Docker的APT仓库
$echo deb https://get.docker.com/ubuntu docker main>/etc/apt/sources.list.d/docker.list
更多内容查看百度云视频 :http://pan.baidu.com/s/1o8gwCno