How to find Docker logs? - Linux Hint
https://linuxhint.com/docker_logs_linux_tutorialDocker logs help you to debug and troubleshoot issues faster. By default, docker logs stored in the /var/lib/docker/containers/<container_id> directory on a docker host where the container is running. It uses a json-file driver to store logs for each container In this tutorial, we will show you how to find and display docker logs in Linux.