ubuntu install docker

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_23315711/article/details/80890966
sunjiliang@ubuntu:~$ su
Password: 
root@ubuntu:/home/sunjiliang# sudo apt-get update
Hit:1 http://us.archive.ubuntu.com/ubuntu artful InRelease                                                
Hit:2 http://security.ubuntu.com/ubuntu artful-security InRelease                                         
Hit:3 http://us.archive.ubuntu.com/ubuntu artful-updates InRelease
Hit:4 http://us.archive.ubuntu.com/ubuntu artful-backports InRelease
Reading package lists... Done
root@ubuntu:/home/sunjiliang# sudo apt-get install docker.io
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  bridge-utils cgroupfs-mount git git-man liberror-perl ubuntu-fan
Suggested packages:
  aufs-tools btrfs-tools debootstrap docker-doc rinse zfs-fuse | zfsutils git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn
The following NEW packages will be installed:
  bridge-utils cgroupfs-mount docker.io git git-man liberror-perl ubuntu-fan
0 upgraded, 7 newly installed, 0 to remove and 294 not upgraded.
Need to get 19.2 MB of archives.
After this operation, 99.4 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://us.archive.ubuntu.com/ubuntu artful/main amd64 liberror-perl all 0.17024-1 [23.0 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu artful-updates/main amd64 git-man all 1:2.14.1-1ubuntu4.1 [790 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu artful-updates/main amd64 git amd64 1:2.14.1-1ubuntu4.1 [3,133 kB]
Get:4 http://us.archive.ubuntu.com/ubuntu artful/main amd64 bridge-utils amd64 1.5-9ubuntu2 [29.2 kB]
Get:5 http://us.archive.ubuntu.com/ubuntu artful/universe amd64 cgroupfs-mount all 1.4 [6,320 B]
Get:6 http://us.archive.ubuntu.com/ubuntu artful/universe amd64 docker.io amd64 1.13.1-0ubuntu6 [15.2 MB]
Get:7 http://us.archive.ubuntu.com/ubuntu artful-updates/main amd64 ubuntu-fan all 0.12.9~17.10.1 [34.5 kB]                                                                                                                    
Fetched 19.2 MB in 10s (1,851 kB/s)                                                                                                                                                                                            
Selecting previously unselected package liberror-perl.
(Reading database ... 128979 files and directories currently installed.)
Preparing to unpack .../0-liberror-perl_0.17024-1_all.deb ...
Unpacking liberror-perl (0.17024-1) ...
Selecting previously unselected package git-man.
Preparing to unpack .../1-git-man_1%3a2.14.1-1ubuntu4.1_all.deb ...
Unpacking git-man (1:2.14.1-1ubuntu4.1) ...
Selecting previously unselected package git.
Preparing to unpack .../2-git_1%3a2.14.1-1ubuntu4.1_amd64.deb ...
Unpacking git (1:2.14.1-1ubuntu4.1) ...
Selecting previously unselected package bridge-utils.
Preparing to unpack .../3-bridge-utils_1.5-9ubuntu2_amd64.deb ...
Unpacking bridge-utils (1.5-9ubuntu2) ...
Selecting previously unselected package cgroupfs-mount.
Preparing to unpack .../4-cgroupfs-mount_1.4_all.deb ...
Unpacking cgroupfs-mount (1.4) ...
Selecting previously unselected package docker.io.
Preparing to unpack .../5-docker.io_1.13.1-0ubuntu6_amd64.deb ...
Unpacking docker.io (1.13.1-0ubuntu6) ...
Selecting previously unselected package ubuntu-fan.
Preparing to unpack .../6-ubuntu-fan_0.12.9~17.10.1_all.deb ...
Unpacking ubuntu-fan (0.12.9~17.10.1) ...
Setting up git-man (1:2.14.1-1ubuntu4.1) ...
Setting up docker.io (1.13.1-0ubuntu6) ...
Adding group `docker' (GID 129) ...
Done.
Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
Processing triggers for ureadahead (0.100.0-20) ...
Setting up liberror-perl (0.17024-1) ...
Setting up cgroupfs-mount (1.4) ...
Setting up bridge-utils (1.5-9ubuntu2) ...
Setting up ubuntu-fan (0.12.9~17.10.1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/ubuntu-fan.service → /lib/systemd/system/ubuntu-fan.service.
Processing triggers for systemd (234-2ubuntu12) ...
Processing triggers for man-db (2.7.6.1-2) ...
Setting up git (1:2.14.1-1ubuntu4.1) ...
Processing triggers for ureadahead (0.100.0-20) ...

猜你喜欢

转载自blog.csdn.net/qq_23315711/article/details/80890966
今日推荐