внутри.
Один из контейнеров постоянно пишет в
/var/lib/docker/containers/containerid.json.log
.
При этом stdout от docker-compose статичен.
Цитируя документацию:
By default, Docker captures the standard output (and standard error) of all your containers, and writes them in files using the JSON format. The JSON format annotates each line with its origin (stdout or stderr) and its timestamp. Each log file contains information about only one container.
Как выяснить, что с ним не так и что он может регулярно писать?
docker logs containerid
выдает то же самое, что stdout от compose
Есть у кого-нибудь идеи?
Обсуждают сегодня