
docker
JennyCqh
这个作者很懒,什么都没留下…
展开
-
Docker命令
容器操作1、docker inspect : 获取容器/镜像的元数据。如:docker inspect [OPTIONS] NAME|ID [NAME|ID...]OPTIONS说明: -f :指定返回值的模板文件。 -s :显示总的文件大小。 --type :为指定类型返回JSON。 2、docker top :查看容器中运行的进程信息,支持 ps 命令参数...原创 2019-02-01 13:59:07 · 110 阅读 · 0 评论 -
EEROR:Windows named pipe error: The system cannot find the file specified. (code:2)
执行docker-compose.exe up -d 命令报以下错误:ERROR: Windows named pipe error: The system cannot find the file specified. (code:2)解决方法:1. 查看docker for windows 软件的状态,状态要为 running2.查看任务管理器(Task Manager) ,...原创 2019-01-29 09:40:47 · 2393 阅读 · 0 评论