问题
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