码头工人组成
Usage: down [options]
Options:
--rmi type Remove images. Type must be one of:
'all': Remove all images used by any service.
'local': Remove only images that don't have a
custom tag set by the `image` field.
-v, --volumes Remove named volumes declared in the `volumes`
section of the Compose file and anonymous volumes
attached to containers.
--remove-orphans Remove containers for services not defined in the
Compose file
-t, --timeout TIMEOUT Specify a shutdown timeout in seconds.
(default: 10)
停止容器并删除由创建的容器,网络,卷和映像up
。
默认情况下,删除的唯一内容是:
- 在Compose文件中定义的服务的容器
networks
在撰写文件的部分中定义的网络- 默认网络(如果已使用)
定义为的网络和卷external
永远不会删除。
默认情况下,不删除匿名卷。但是,由于它们没有一个稳定的名称,因此后续的不会自动挂载它们
up
。对于需要在更新之间保留的数据,请使用主机卷或命名卷。