I am trying to find the docker container log file on Mac. The container is still running.
I can see output from docker logs es5
.
Run
To access /var/lib/docker/containers/ , try
screen ~/Library/Containers/com.docker.docker/Data/vms/0/tty
in new versions of docker.
Container logs are stored inside Docker for Mac VM not on your MacOS host. You can enter into VM with screen ~/Library/Containers/com.docker.docker/Data/com.docker.driver.amd64-linux/tty
command and then cat the log file.
Please see Screen Commands for Docker for Mac for additional info