检查Docker日志
docker logs mycontainer 2>&1 > mycontainer.logdocker inspect --format='{{.LogPath}}' mycontainertail -f `docker inspect --format='{{.LogPath}}' mycontainer参考
Last updated
docker logs mycontainer 2>&1 > mycontainer.logdocker inspect --format='{{.LogPath}}' mycontainertail -f `docker inspect --format='{{.LogPath}}' mycontainerLast updated