Skip to content

Instantly share code, notes, and snippets.

@marcosdalte
Last active July 21, 2023 15:34
Show Gist options
  • Save marcosdalte/3330aa7a94abb92c10374d5869f79a0f to your computer and use it in GitHub Desktop.
Save marcosdalte/3330aa7a94abb92c10374d5869f79a0f to your computer and use it in GitHub Desktop.
docker cheat sheet
docker exec -it <container_id> /bin/bash
docker ps -a --filter "ancestor=nome-da-imagem"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment