4 MINDS

4MINDS Gestão de Conhecimento

Docker logs




Get log file

docker inspect --format='{{.LogPath}}' container id


Show logs in real time

docker logs -f --tail 10 --follow  container id