docker probz
zooklubba@Ubuntu-1404-trusty-64-minimal:~$ sudo apt-get install docker.io | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following extra packages will be installed: | |
aufs-tools cgroup-lite | |
The following NEW packages will be installed: | |
aufs-tools cgroup-lite docker.io | |
0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded. | |
Need to get 0 B/3822 kB of archives. | |
After this operation, 22.6 MB of additional disk space will be used. | |
Do you want to continue? [Y/n] Y | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = "en_US:en", | |
LC_ALL = (unset), | |
LC_TIME = "nb_NO.UTF-8", | |
LC_MONETARY = "nb_NO.UTF-8", | |
LC_ADDRESS = "nb_NO.UTF-8", | |
LC_TELEPHONE = "nb_NO.UTF-8", | |
LC_NAME = "nb_NO.UTF-8", | |
LC_MEASUREMENT = "nb_NO.UTF-8", | |
LC_IDENTIFICATION = "nb_NO.UTF-8", | |
LC_NUMERIC = "nb_NO.UTF-8", | |
LC_PAPER = "nb_NO.UTF-8", | |
LANG = "en_US.UTF-8" | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
locale: Cannot set LC_ALL to default locale: No such file or directory | |
Selecting previously unselected package aufs-tools. | |
(Reading database ... 71173 files and directories currently installed.) | |
Preparing to unpack .../aufs-tools_1%3a3.2+20130722-1.1_amd64.deb ... | |
Unpacking aufs-tools (1:3.2+20130722-1.1) ... | |
Selecting previously unselected package docker.io. | |
Preparing to unpack .../docker.io_0.9.1~dfsg1-2_amd64.deb ... | |
Unpacking docker.io (0.9.1~dfsg1-2) ... | |
Selecting previously unselected package cgroup-lite. | |
Preparing to unpack .../cgroup-lite_1.9_all.deb ... | |
Unpacking cgroup-lite (1.9) ... | |
Processing triggers for man-db (2.6.7.1-1) ... | |
locale: Cannot set LC_ALL to default locale: No such file or directory | |
Processing triggers for ureadahead (0.100.0-16) ... | |
Setting up aufs-tools (1:3.2+20130722-1.1) ... | |
Setting up docker.io (0.9.1~dfsg1-2) ... | |
addgroup: The group `docker' already exists as a system group. Exiting. | |
docker.io start/running, process 14440 | |
Setting up cgroup-lite (1.9) ... | |
cgroup-lite start/running | |
Processing triggers for libc-bin (2.19-0ubuntu6) ... | |
Processing triggers for ureadahead (0.100.0-16) ... | |
zooklubba@Ubuntu-1404-trusty-64-minimal:~$ sudo docker.io pull ubuntu | |
Pulling repository ubuntu | |
c0fe63f9a4c1: Download complete | |
70521a9bbf1b: Download complete | |
638efc73a79a: Download complete | |
99ec81b80c55: Download complete | |
5e47ac691989: Download complete | |
93960f35d3f6: Download complete | |
e20bcab99567: Download complete | |
511136ea3c5a: Download complete | |
c991e96aab89: Download complete | |
79db28c1487e: Download complete | |
12527b255f61: Download complete | |
5e66087f3ffe: Download complete | |
4d26dd3ebc1c: Download complete | |
d4010efcfd86: Download complete | |
0ff41143fac9: Download complete | |
26927c7411aa: Download complete | |
d579c1531a97: Download complete | |
2ee5cd7b1d46: Download complete | |
88f111c486be: Download complete | |
aecca6339b2e: Download complete | |
9a8b9d29f4fc: Download complete | |
6170bb7b0ad1: Download complete | |
79fdb1362c84: Download complete | |
95de5cf25812: Download complete | |
785bb334467e: Download complete | |
84e884bae354: Download complete | |
zooklubba@Ubuntu-1404-trusty-64-minimal:~$ sudo docker.io run -i -t ubuntu /bin/bash | |
2014/05/28 22:42:09 no such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment