I created a .Net core 2.1 console application with Linux docker support using Visual Studio 2017. I can run the application using the following command line
docker run myApp arg1 arg2
I want to debug it in VS so I set the project docker-compose
as the startup project and debug run "Docker Compose" in Visual Studio. However, is there a way to set up the command line arguments? (arg1 arg2
in my example).