问一个 docker 小白问题!

2016-05-07 16:33:31 +08:00
 niuoh

我 pull 下来了一个阿里云的 docker lnmp 镜像 在我的个人电脑上 连续运行了两天之后 docker stop 掉了 然后再 docker ps -l 咋看不到了呢 还好停止之前以前把容器里网站迁出来了 一般不是 docker stop 之后能在 docker ps -l 里还能看到并继续运行吗 这是什么情况??

3368 次点击
所在节点    Docker
6 条回复
cuiweiqiang
2016-05-07 16:36:36 +08:00
docker ps -a
YUX
2016-05-07 16:38:59 +08:00
小白用 DaoCloud 操作 Docker 会容易很多

我的博客内有些用 DaoCloud 控制台部署 Docker 你内容给你参考 https://www.yux-io.com/
niuoh
2016-05-07 17:08:09 +08:00
@cuiweiqiang 看到了 docker ps -l 和-a 的区别是啥 还有-a 下有好多啊 我怎么清空?
niuoh
2016-05-07 17:10:47 +08:00
@cuiweiqiang 找到了 docker rm -f $(docker ps -a -q)这条命令来清空所有容器
derek80
2016-05-07 17:18:55 +08:00
zdkmygod
2016-05-07 18:39:46 +08:00
@niuoh

$ docker ps --help

Usage: docker ps [OPTIONS]

List containers

-a, --all=false Show all containers (default shows just running)
--before= Show only container created before Id or Name
-f, --filter=[] Filter output based on conditions provided
--format= Pretty-print containers using a Go template
--help=false Print usage
-l, --latest=false Show the latest created container, include non-running
-n=-1 Show n last created containers, include non-running
--no-trunc=false Don't truncate output
-q, --quiet=false Only display numeric IDs
-s, --size=false Display total file sizes
--since= Show created since Id or Name, include non-running

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/276981

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX