André Amorim

Crafting Web Experiences

//

logging

Go back to /notes?

  • See the Docker logs in terminal

    For Docker Compose This will show logs in all services defined in docker-compose.yml file: If you want it to watch all the new logs interactively, use the –follow flag: You might want to see only last 100 records in the screen: You can also see the logs only for specific services in docker-compose.yml: Any Docker…