Visual Studio: How to change the docker compose command used to debug a dockerized application?

左心房为你撑大大i 提交于 2019-12-11 17:40:09

问题


Since there is no option to automaticaly remove container after run in docker-compose.yml, I am only left with the option to run the docker compose in that fashion: docker-compose rm -f.

However I can't find a way to change the docker compose command used when I am debugging my .NET Core dockerized application in Visual Studio.

How can I achieve that?

来源:https://stackoverflow.com/questions/56061481/visual-studio-how-to-change-the-docker-compose-command-used-to-debug-a-dockeriz

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!