查询Docker日志的步骤如下:
docker ps
docker logs <容器名称或ID>
--tail
--follow
--timestamps
Ctrl+C
注意:如果容器没有生成任何日志或者已经停止运行,将无法查询到日志。