You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not really a feature request as much but we run our containers in a very chiseled instance, no bash or root user etc. We run them in Azure App Containers, for .NET
To be able to do this we had to jump through quite some hoops to figure out:
The contents of your dotnet.sh script
Notice that this downloads and extracts dd-tracer
but also executes createLogPath.sh in the container
It would be great if this was somehow more easily accessible, e.g. the contents of your serverless-init docker easily accessible - I now had to get this docker container running locally as a non-chiseled version, figure out what the contents were etc. In hindsight I could have more easily done a generic Ubuntu container of course.
The text was updated successfully, but these errors were encountered:
Not really a feature request as much but we run our containers in a very chiseled instance, no bash or root user etc. We run them in Azure App Containers, for .NET
To be able to do this we had to jump through quite some hoops to figure out:
dotnet.sh
scriptdd-tracer
createLogPath.sh
in the containerIt would be great if this was somehow more easily accessible, e.g. the contents of your serverless-init docker easily accessible - I now had to get this docker container running locally as a non-chiseled version, figure out what the contents were etc. In hindsight I could have more easily done a generic Ubuntu container of course.
The text was updated successfully, but these errors were encountered: