Docker container log file not found on Mac

后端 未结 2 1458
有刺的猬
有刺的猬 2020-12-15 19:50

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



        
2条回答
  •  天命终不由人
    2020-12-15 20:10

    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

提交回复
热议问题