Skip to content

Instantly share code, notes, and snippets.

@yaroslavya
Last active January 23, 2019 23:38
Show Gist options
  • Save yaroslavya/3b85a874982d9bc987c7c92f64f7e939 to your computer and use it in GitHub Desktop.
Save yaroslavya/3b85a874982d9bc987c7c92f64f7e939 to your computer and use it in GitHub Desktop.
attach to docker container shell
docker exec -it <container_name||container_hash> /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment