查看及连接指定 docker container
Posted jessezeng
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了查看及连接指定 docker container相关的知识,希望对你有一定的参考价值。
环境:
1、centos7
2、以root身份登录
3、已安装docker并且运行着一个container
A、查看正在运行的container
docker ps
效果:
B、查看本地所有container,包括没有运行的
docker ps -a
效果:
C、查看最近创建的container,包括没有运行的
docker ps -l
D、连接指定的container
docker attach container_id
效果:
以上是关于查看及连接指定 docker container的主要内容,如果未能解决你的问题,请参考以下文章
docker container or images delete
webService 客户端调用及异常信息First Element must contain the local name, Envelope , but found definitions(示例代