Skip to content

Instantly share code, notes, and snippets.

@v0rts
Created November 15, 2016 20:11
Show Gist options
  • Save v0rts/2a2ae09fe3db961a69f1e6f0dd8e2c5f to your computer and use it in GitHub Desktop.
Save v0rts/2a2ae09fe3db961a69f1e6f0dd8e2c5f to your computer and use it in GitHub Desktop.
Docker Tips/Tricks/Commands

Starting a terminal shell for a container ( different than attaching in that you can have multiple terminals attached )

  • sudo docker exec -i -t 665b4a1e17b6 /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment