Skip to content

Instantly share code, notes, and snippets.

@kunthar
Created October 17, 2013 20:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kunthar/7031835 to your computer and use it in GitHub Desktop.
Save kunthar/7031835 to your computer and use it in GitHub Desktop.
Docker in action
root@panel /home/kunthar # uname -a
Linux panel.xxxxx.com 3.8.0-31-generic #46~precise1-Ubuntu SMP Wed Sep 11 18:21:16 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
root@panel /home/kunthar # docker pull base:latest
Pulling repository base
b750fe79269d: Download complete
27cf78414709: Download complete
root@panel /home/kunthar # docker images
REPOSITORY TAG ID CREATED SIZE
base latest b750fe79269d 6 months ago 24.65 kB (virtual 180.1 MB)
root@panel /home/kunthar # docker run -i -t base /bin/bash
root@0654f3ss2a7a5:/# aloha :))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment