您好,欢迎访问一九零五行业门户网

怎么看docker容器启动没有

查看docker容器有没有启动的方法:
可以使用docker ps命令查看所有运行的docker容器:
runoob@runoob:~$ docker pscontainer id image command ... ports names09b93464c2f7 nginx:latest "nginx -g 'daemon off" ... 80/tcp, 443/tcp myrunoob96f7f14e99ab mysql:5.6 "docker-entrypoint.sh" ... 0.0.0.0:3306->3306/tcp mymysql
输出详情介绍:
container id: 容器 id。
image: 使用的镜像。
command: 启动容器时运行的命令。
created: 容器的创建时间。
status: 容器状态。
更多相关教程,请关注docker教程栏目。
以上就是怎么看docker容器启动没有的详细内容。
其它类似信息

推荐信息