docker-compose启动一个容器的时候报WARNING: Found orphan containers
为情所困
为情所困 2017-04-25 09:02:17
0
1
4187

WARNING: Found orphan containers (new, mysql) 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.

我的确有new和mysql两个容器,可是相互是独立的,也好好的正常运行着,不知道为什么会提示这个

为情所困
为情所困

reply all(1)
伊谢尔伦

You wrote docker-compose.yml, but the service it describes does not contain your new and mysql, so Docker thinks that these two containers do not belong to the service and need to be cleaned up

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!