(20210302已解决)WARNING: Found orphan containers for this project.

  • 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:</

root@cvm-3m8si6a2da225:/home/ubuntu# docker-compose up -d WARNING: Found orphan containers (hanzigif) 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. Creating hanzigif ... error ERROR: for hanzigif Cannot create container for service hanzigif: Conflict. The container name "/hanzigif" is already in use by container "83157b98cab7083203302c1ed0ca5c545e1c53ed582ffa5e84cb1955c213d247". You have to remove (or rename) that container to be able to reuse that name. ERROR: for hanzigif Cannot create container for service hanzigif: Conflict. The container name "/hanzigif" is already in use by container "83157b98cab7083203302c1ed0ca5c545e1c53ed582ffa5e84cb1955c213d247". You have to remove (or rename) that container to be able to reuse that name. ERROR: Encountered errors while bringing up the project. root@cvm-3m8si6a2da225:/home/ubuntu# docker-compose down WARNING: Found orphan containers (hanzigif) 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. Network hanzigif-network is external, skipping root@cvm-3m8si6a2da225:/home/ubuntu# docker-compose up -d WARNING: Found orphan containers (hanzigif) 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. Creating hanzigif ... error ERROR: for hanzigif Cannot create container for service hanzigif: Conflict. The container name "/hanzigif" is already in use by container "83157b98cab7083203302c1ed0ca5c545e1c53ed582ffa5e84cb1955c213d247". You have to remove (or rename) that container to be able to reuse that name. ERROR: for hanzigif Cannot create container for service hanzigif: Conflict. The container name "/hanzigif" is already in use by container "83157b98cab7083203302c1ed0ca5c545e1c53ed582ffa5e84cb1955c213d247". You have to remove (or rename) that container to be able to reuse that name. ERROR: Encountered errors while bringing up the project. root@cvm-3m8si6a2da225:/home/ubuntu# client_loop: send disconnect: Connection reset PS C:\Windows\system32>
06-20
评论 1
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值