Skip to content

Instantly share code, notes, and snippets.

@jameshopkins
Created July 16, 2015 09:54
Show Gist options
  • Save jameshopkins/e3daa00363a8f5d61e66 to your computer and use it in GitHub Desktop.
Save jameshopkins/e3daa00363a8f5d61e66 to your computer and use it in GitHub Desktop.
Useful Docker stuff
  • Renew the server cert when using Boot2Docker - boot2docker ssh 'sudo /etc/init.d/docker restart'
  • Create an interactive shell inside the Docker container - docker run -i -t [IMAGE] "/bin/bash"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment