1、查看当前运行及运行过的所有容器 docker ps –a (查看当前正在运行的容器:docker ps) 2、查看某个容器的日志 docker logs -f <container-id> 相关文章: 2022-12-23 2022-12-23 2021-10-14