diff --git a/cheat/cheatsheets/docker b/cheat/cheatsheets/docker index 8dc66c5..d803ccc 100644 --- a/cheat/cheatsheets/docker +++ b/cheat/cheatsheets/docker @@ -4,6 +4,9 @@ docker -d # start a container with an interactive shell docker run -ti /bin/bash +# "shell" into a running container (docker-1.3+) +docker exec -ti bash + # inspect a running container docker inspect (or )