Skip to content

Instantly share code, notes, and snippets.

@xynova
Created December 13, 2015 13:30
Show Gist options
  • Save xynova/797b345da94222724e2b to your computer and use it in GitHub Desktop.
Save xynova/797b345da94222724e2b to your computer and use it in GitHub Desktop.
run docker from docker
docker run --rm -ti -v /usr/bin/docker:/bin/docker -v /run/docker.sock:/run/docker.sock ubuntu:15.04 /bin/bash -c "apt-get -y install sqlite3 sqlite3-doc && /bin/bash"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment