Skip to content

Instantly share code, notes, and snippets.

@ljmccarthy
Created March 2, 2018 16:34
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 ljmccarthy/8837dd8d5fd7a0344ec422cda7fceb0f to your computer and use it in GitHub Desktop.
Save ljmccarthy/8837dd8d5fd7a0344ec422cda7fceb0f to your computer and use it in GitHub Desktop.
Docker Shell
#!/bin/sh
exec docker run -i -t --rm "$1" /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment