Docker and Docker-Compose
HomeTech JournalsPersonal ProjectsSysadmin Wiki
  • Docker and Docker-Compose
  • Docker-Compose
    • Important
    • Command line
    • Logs
  • Docker
    • Important
    • Command line
    • Logs
Powered by GitBook
On this page
  1. Docker-Compose

Logs

PreviousCommand lineNextImportant

Last updated 2 years ago

Examples

Will follow the logs for container name on startup

docker-compose logs --follow {container_name}
Documentation