Skip to content

Instantly share code, notes, and snippets.

@Gonzih
Created June 28, 2014 10:22
Show Gist options
  • Save Gonzih/2b5417631a241206d769 to your computer and use it in GitHub Desktop.
Save Gonzih/2b5417631a241206d769 to your computer and use it in GitHub Desktop.
Run docker inside docker
docker run -v /lib64:/lib64 -v /usr/bin/docker:/usr/bin/docker -v /run/docker.sock:/run/docker.sock -i -t ubuntu:14.04 /bin/bash
# lib64 is specific for opensuse 13.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment