Skip to content

Instantly share code, notes, and snippets.

@dmitridb
Created June 18, 2014 00:34
Show Gist options
  • Save dmitridb/75a9a2d6e4315dc57b60 to your computer and use it in GitHub Desktop.
Save dmitridb/75a9a2d6e4315dc57b60 to your computer and use it in GitHub Desktop.
docker doodle doo
# docker run -i -t ubuntu /bin/bash
Unable to find image 'ubuntu' locally
Pulling repository ubuntu
ad892dd21d60: Download complete
511136ea3c5a: Download complete
e465fff03bce: Download complete
23f361102fae: Download complete
9db365ecbcbb: Download complete
2014/06/18 00:02:11 finalize namespace drop capabilities read /proc/1/status: bad file descriptor
# apt-get install golang-gocapability-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
golang-gocapability-dev
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 9,328 B of archives.
After this operation, 90.1 kB of additional disk space will be used.
Get:1 http://ftp.us.debian.org/debian/ unstable/main golang-gocapability-dev all 0.0~git20140516-1 [9,328 B]
Fetched 9,328 B in 0s (17.1 kB/s)
Selecting previously unselected package golang-gocapability-dev.
(Reading database ... 85414 files and directories currently installed.)
Preparing to unpack .../golang-gocapability-dev_0.0~git20140516-1_all.deb ...
Unpacking golang-gocapability-dev (0.0~git20140516-1) ...
Setting up golang-gocapability-dev (0.0~git20140516-1) ...
# docker run -i -t ubuntu /bin/bash
root@4f30d063e65a:/# exit
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment