-
Overview
通过
docker-compose up启动容器,出现下述warnning:WARNING: Found orphan containers (name1, name2) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up.
-
Analysis
Docker compose uses the name of the directory as the project name by default.
If you have two docker-compose-x.yaml files in the same directory, you often encounter this problem.
From docker compose cli environment variables, The COMPOSE_PROJECT_NAME defaults to the basename of the project directory.
-
Solution
The general practice is to create two different folders, each folder has a docker compose file.
Or:</
(20210302已解决)WARNING: Found orphan containers for this project.
最新推荐文章于 2024-10-28 01:08:40 发布

最低0.47元/天 解锁文章
972





