CentOS 7安装Docker应用容器引擎(2)

[root@localhost downloads]# docker images
REPOSITORY              TAG                IMAGE ID            CREATED            SIZE
docker.io/hello-world  latest              e38bc07ac18e        2 months ago        1.85 kB

2.2使用docker ps -a 查看容器

[root@localhost downloads]# docker ps -a
CONTAINER ID        IMAGE              COMMAND            CREATED            STATUS                    PORTS              NAMES
3fa4f2de1c01        hello-world        "/hello"            4 minutes ago      Exited (0) 4 minutes ago                      elastic_lumiere

docker ps也是最常用的命令,-a :显示所有的容器,包括未运行的。

2.3使用docker logs查看容器控制台输出

获取容器的日志

docker logs [container]

CentOS 7安装Docker应用容器引擎

Linux公社的RSS地址:https://www.linuxidc.com/rssFeed.aspx

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/93983b1022ae89ef51c0c446b4f2129d.html