Docker是否停止重新启动服务器

Docker是否停止重新启动服务器,docker,docker-compose,Docker,Docker Compose,当我使用下面的命令时,我是否会注意到服务器的服务中断 码头工人放下 docker compose up-ddocker compose down停止容器并删除docker compose up创建的容器、网络、卷和图像 默认情况下,仅删除以下内容: Containers for services defined in the Compose file Networks defined in the networks section of the Compose file The default

当我使用下面的命令时,我是否会注意到服务器的服务中断

码头工人放下 docker compose up-d

docker compose down停止容器并删除docker compose up创建的容器、网络、卷和图像

默认情况下,仅删除以下内容:

Containers for services defined in the Compose file
Networks defined in the networks section of the Compose file
The default network, if one is used

查看此处了解更多信息

服务中断是什么意思?我正在运行icecast流,音乐会被中断吗?肯定会被中断,因为down命令删除在Compose filedocker Compose down中定义的所有容器不会删除卷和图像。要删除卷:docker compose down-v