6 ms·
Actually, the problem is that Docker logs to stdout rather than to logfile(s)
by tzaman 10y ago
Actually, the problem is that Docker logs to stdout rather than to logfile(s)
- daenney 10y agoThat's what Docker's logging drivers are for. It does so by default, but it doesn't have to. https://docs.docker.com/engine/admin/logging/overview/ https://docs.docker.com/engine/admin/logging/overview/