-
Notifications
You must be signed in to change notification settings - Fork 0
99.1. Docker Cheat Sheet
Daniel Trolezi edited this page Sep 16, 2024
·
1 revision
docker exec -it <container-name> bash
or
docker exec -it <container-name> sh
docker exec <container-name> <command>
docker logs <container-name> -f
docker system prune -a
docker compose down -v