Visual Studio: How to change the docker compose co

2019-08-27 17:51发布

问题:

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?