Ubuntu18.04 安装Docker

查看ubuntu版本

root@ubuntu:~# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.1 LTS"
root@ubuntu:~# uname -a
Linux ubuntu 4.15.0-29-generic #31-Ubuntu SMP 
Tue Jul 17 15:39:52 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
root@ubuntu:~# 

先卸载可能存在的旧版本
sudo apt-get remove docker docker-engine docker-ce docker.io

fcj@ubuntu:~$ sudo apt-get remove docker docker-engine docker-ce docker.io
[sudo] fcj 的密码: 
正在读取软件包列表... 完成
正在分析软件包的依赖关系树       
正在读取状态信息... 完成       
软件包 docker-engine 未安装,所以不会被卸载
软件包 docker-ce 未安装,所以不会被卸载
软件包 docker 未安装,所以不会被卸载
软件包 docker.io 未安装,所以不会被卸载
升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 329 个软件包未被升级。

更新apt包
sudo apt-get update

fcj@ubuntu:~$ sudo apt-get update
命中:1 http://us.archive.ubuntu.com/ubuntu bionic InRelease
获取:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [83.2 kB]
获取:3 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]  
获取:4 http://us.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
获取:5 http://us.archive.ubuntu.com/ubuntu bionic/main Translation-zh_CN [67.7 kB]
获取:6 http://us.archive.ubuntu.com/ubuntu bionic/main Translation-en_AU [430 kB]
获取:7 http://us.archive.ubuntu.com/ubuntu bionic/restricted Translation-en_AU [1,340 B]
获取:8 http://us.archive.ubuntu.com/ubuntu bionic/restricted Translation-zh_CN [1,188 B]
获取:9 http://us.archive.ubuntu.com/ubuntu bionic/universe Translation-zh_CN [174 kB]
获取:10 http://us.archive.ubuntu.com/ubuntu bionic/universe Translation-en_AU [4,118 kB]
获取:11 http://us.archive.ubuntu.com/ubuntu bionic/multiverse Translation-zh_CN [4,768 B]                                                    
获取:12 http://us.archive.ubuntu.com/ubuntu bionic/multiverse Translation-en_AU [63.5 kB]                                                    
已下载 5,107 kB,耗时 39秒 (129 kB/s)                                                                                                        
正在读取软件包列表... 完成

切换到root权限
sudo -i

fcj@ubuntu:~$ sudo -i
root@ubuntu:~# 123456
123456:未找到命令
root@ubuntu:~# 

安装以下包以使apt可以通过HTTPS使用存储库(repository):
ubuntu:~# apt-get install apt-transport-https \ ca-certificates \ curl \ software-properties-common

root@ubuntu:~# apt-get install \
>     apt-transport-https \
>     ca-certificates \
>     curl \
>     software-properties-common
正在读取软件包列表... 完成
正在分析软件包的依赖关系树       
正在读取状态信息... 完成       
ca-certificates 已经是最新版 (20180409)。
将会同时安装下列软件:
  libcurl4 python3-software-properties software-properties-gtk
下列【新】软件包将被安装:
  apt-transport-https curl libcurl4
下列软件包将被升级:
  python3-software-properties software-properties-common
  software-properties-gtk
升级了 3 个软件包,新安装了 3 个软件包,要卸载 0 个软件包,有 326 个软件包未被升级。
需要下载 374 kB/460 kB 的归档。
解压缩后会消耗 1,188 kB 的额外空间。
您希望继续执行吗? [Y/n] y
获取:1 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.6 [1,692 B]
获取:2 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.5 [214 kB]
获取:3 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.5 [159 kB]
已下载 374 kB,耗时 3秒 (140 kB/s)
正在选中未选择的软件包 apt-transport-https。
(正在读取数据库 ... 系统当前共安装有 127925 个文件和目录。)
正准备解包 .../0-apt-transport-https_1.6.6_all.deb  ...
正在解包 apt-transport-https (1.6.6) ...
正在选中未选择的软件包 libcurl4:amd64。
正准备解包 .../1-libcurl4_7.58.0-2ubuntu3.5_amd64.deb  ...
正在解包 libcurl4:amd64 (7.58.0-2ubuntu3.5) ...
正在选中未选择的软件包 curl。
正准备解包 .../2-curl_7.58.0-2ubuntu3.5_amd64.deb  ...
正在解包 curl (7.58.0-2ubuntu3.5) ...
正准备解包 .../3-software-properties-common_0.96.24.32.6_all.deb  ...
正在将 software-properties-common (0.96.24.32.6) 解包到 (0.96.24.32.4) 上 ...
正准备解包 .../4-software-properties-gtk_0.96.24.32.6_all.deb  ...
正在将 software-properties-gtk (0.96.24.32.6) 解包到 (0.96.24.32.4) 上 ...
正准备解包 .../5-python3-software-properties_0.96.24.32.6_all.deb  ...
正在将 python3-software-properties (0.96.24.32.6) 解包到 (0.96.24.32.4) 上 ...
正在设置 apt-transport-https (1.6.6) ...
正在处理用于 mime-support (3.60ubuntu1) 的触发器 ...
正在处理用于 desktop-file-utils (0.23-1ubuntu3.18.04.1) 的触发器 ...
正在处理用于 libglib2.0-0:amd64 (2.56.1-2ubuntu1) 的触发器 ...
正在设置 libcurl4:amd64 (7.58.0-2ubuntu3.5) ...
正在处理用于 libc-bin (2.27-3ubuntu1) 的触发器 ...
正在处理用于 man-db (2.8.3-2) 的触发器 ...
正在处理用于 shared-mime-info (1.9-2) 的触发器 ...
正在设置 python3-software-properties (0.96.24.32.6) ...
正在处理用于 gnome-menus (3.13.3-11ubuntu1) 的触发器 ...
正在处理用于 dbus (1.12.2-1ubuntu1) 的触发器 ...
正在处理用于 hicolor-icon-theme (0.17-2) 的触发器 ...
正在设置 software-properties-common (0.96.24.32.6) ...
正在设置 curl (7.58.0-2ubuntu3.5) ...
正在设置 software-properties-gtk (0.96.24.32.6) ...

添加Docker官方的GPG密钥:

root@ubuntu:~# curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
OK

安装稳定存储库
sudo add-apt-repository \ "deb [arch=amd64] https://download.docker.com/linux/ubuntu \ $(lsb_release -cs) \stable"
再更新一下apt包索引:
apt-get update

root@ubuntu:~# apt-get update
获取:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [83.2 kB]
命中:2 http://us.archive.ubuntu.com/ubuntu bionic InRelease   
命中:3 https://download.docker.com/linux/ubuntu artful InRelease
获取:4 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
获取:5 http://us.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
已下载 247 kB,耗时 2秒 (103 kB/s)                            
正在读取软件包列表... 完成

安装完成 检验是否安装成功
docker version:显示docker版本信息
docker run hello-world:运行下hello-world检验下是否运行成功

root@ubuntu:~#  docker version
Client:
 Version:           18.06.1-ce
 API version:       1.38
 Go version:        go1.10.3
 Git commit:        e68fc7a
 Built:             Tue Aug 21 17:25:03 2018
 OS/Arch:           linux/amd64
 Experimental:      false

Server:
 Engine:
  Version:          18.06.1-ce
  API version:      1.38 (minimum version 1.12)
  Go version:       go1.10.3
  Git commit:       e68fc7a
  Built:            Tue Aug 21 17:23:27 2018
  OS/Arch:          linux/amd64
  Experimental:     false

root@ubuntu:~# docker run hello-world

Hello from Docker!
This message shows that your installation appears to be working correctly.

To generate this message, Docker took the following steps:
 1. The Docker client contacted the Docker daemon.
 2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
    (amd64)
 3. The Docker daemon created a new container from that image which runs the
    executable that produces the output you are currently reading.
 4. The Docker daemon streamed that output to the Docker client, which sent it
    to your terminal.

To try something more ambitious, you can run an Ubuntu container with:
 $ docker run -it ubuntu bash

Share images, automate workflows, and more with a free Docker ID:
 https://hub.docker.com/

For more examples and ideas, visit:
 https://docs.docker.com/get-started/

Docker 常用命令

  • 启动docker
    sudo service docker start

  • 停止docker
    sudo service docker stop

  • 重启docker
    sudo service docker restart

  • 列出Docker CLI命令
    docker
    docker container --help

  • 显示Docker版本和信息
    docker --version
    docker version
    docker info

  • Execute Docker image
    docker run hello-world

  • 列出镜像列表
    docker image ls

  • 列出docker容器 (running, all, all in quiet mode)
    docker container ls
    docker container ls --all
    docker container ls -aq

启用镜像加速:

鉴于国内网络问题,后续拉取 Docker 镜像十分缓慢,我们可以需要配置加速器来解决,我使用的是阿里云的镜像地址:

https://xxxxxxxx.mirror.aliyuncs.com(可以区阿里云免费申请一个)

新版的 Docker 使用 /etc/docker/daemon.json(Linux) 或者 %programdata%\docker\config\daemon.json(Windows) 来配置 Daemon。

请在该配置文件中加入(没有该文件的话,请先建一个):

{
"registry-mirrors":["https://xxxxxxxx.mirror.aliyuncs.com"]
}

Ubuntu18.04 安装Docker_第1张图片
ubuntu18.04镜像加速修改路径截图

你可能感兴趣的:(Ubuntu18.04 安装Docker)