Skip to content

Instantly share code, notes, and snippets.

@jamtur01
Created September 9, 2013 19:08
Show Gist options
  • Save jamtur01/6500067 to your computer and use it in GitHub Desktop.
Save jamtur01/6500067 to your computer and use it in GitHub Desktop.
docker run -privileged -lxc-conf=lxc.aa_profile=unconfined -v /var/lib/docker -t -i ubuntu /bin/bash
2013/09/09 19:07:37 POST /v1.4/containers/create
Unable to find image 'ubuntu' (tag: latest) locally
2013/09/09 19:07:37 POST /v1.4/images/create?fromImage=ubuntu&tag=
Pulling repository ubuntu
8dbd9e392a96: Download complete
b750fe79269d: Download complete
27cf78414709: Download complete
2013/09/09 19:07:55 POST /v1.4/containers/create
2013/09/09 19:07:55 POST /v1.4/containers/0c13ad4d67e6/start
2013/09/09 19:07:55 POST /v1.4/containers/0c13ad4d67e6/resize?h=36&w=154
2013/09/09 19:07:55 POST /v1.4/containers/0c13ad4d67e6/attach?logs=1&stderr=1&stdin=1&stdout=1&stream=1
lxc-start: inherited fd 8 on /var/lib/docker/containers/d75aad2a0fc0a0968da0d00c9bbef431c929aaa9dfef162d3a12a9c3c52cab55/rootfs.hold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment