Docker logs inside the docker container?

The docker container’s logs are not stored in the container. They are stored on the docker node in the directory /var/lib/docker/containers/. $ docker container run -it hello-world Unable to find image 'hello-world:latest' locally latest: Pulling from library/hello-world 1b930d010525: Pull complet…