Last active
July 21, 2023 15:34
-
-
Save marcosdalte/3330aa7a94abb92c10374d5869f79a0f to your computer and use it in GitHub Desktop.
docker cheat sheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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