docker-compose启动一个容器的时候报WARNING: Found orphan containers
为情所困2017-04-25 09:02:17
0
1
4265
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.
docker-compose.yml を作成しましたが、そこに記述されているサービスには new と mysql が含まれていないため、Docker はこれら 2 つのコンテナはサービスに属しておらず、クリーンアップする必要があると考えます