backtrack5r3
❔ Get Console App args inside Docker container with Docker-compose
When I try to use this in my Docker-compose :
According to ms doc https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-run#options
I have these logs in my container :
very weird....
45 replies
❔ Get Console App args inside Docker container with Docker-compose
The weird things is that with launchProfiles and the Docker container launched alone the args are working well with the instruction :
But I cant figure out how to make the equivalent instruction for my docker-compose file
45 replies
❔ Get Console App args inside Docker container with Docker-compose
Sorry,
When running locally I used these launchProfiles :
Both profiles are working well.
But when I try to use the Docker inside à Docker-compose I dont success to retrieve args to my console app inside container.
I tried inside Docker-compose :
I tried inside Dockerfile :
45 replies