Skip to content

Instantly share code, notes, and snippets.

@slavafomin
Created April 17, 2017 21:19
Show Gist options
  • Save slavafomin/db5656b85ccf43c0596e1631c0a20a81 to your computer and use it in GitHub Desktop.
Save slavafomin/db5656b85ccf43c0596e1631c0a20a81 to your computer and use it in GitHub Desktop.
Docker Cheat Sheet

Docker Cheat Sheet

Open shell inside of the running container

docker exec -t -i container-name /bin/bash

Use /bin/sh if your Docker image doesn't has bash (e.g. Alpine).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment