Related pages: |
Before you install the .NET Agent for Linux in a container environment, make sure you meet the requirements and complete the steps listed on this page.
Verify that:
The application environment meets the requirements on .NET Supported Environments.
Ensure you have these applications and licenses:
Confirm you meet the following Controller requirements:
Access to a compatible Controller. See Agent and Controller Tenant Compatibility for details.
Applications running in an Alpine Linux container require an additional mandatory environment variable, LD_LIBRARY_PATH
, which can be defined in the Dockerfile as follows:
ENV LD_LIBRARY_PATH=/opt/appdynamics/dotnet |
See the AppDynamicsConfig.json
file example on .NET Agent for Linux Advanced Configuration Options for more details.