Skip to content

Instantly share code, notes, and snippets.

@gh0st026
Last active January 30, 2019 21:17
Show Gist options
  • Save gh0st026/e6252aeb4ba5c214e4493a1fe8131b2f to your computer and use it in GitHub Desktop.
Save gh0st026/e6252aeb4ba5c214e4493a1fe8131b2f to your computer and use it in GitHub Desktop.
Connect To a Docker Container
CONTAINER_NAME=Container
sudo docker exec -it ${CONTAINER_NAME} /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment