Containers with APM agents will show up in Application -> Containers view
In this example we have Machine Agent running in Amazon Linux 2
For this to work:
-Dappdynamics.docker.container.containerIdAsHostId.enabled=truejava -Dappdynamics.docker.container.containerIdAsHostId.enabled=true -jar machineagent.jarJAVA_OPTS="$JAVAOPTS -Xmx256m -Dappdynamics.docker.container.containerIdAsHostId.enabled=true"In the scenario where your UNIQUE_HOST_ID for Java Agent isn't the first 12 characters of your container ID then please provide the below and file a support ticket with AppDynamics
docker pscat /proc/self/cgroupcat /etc/os-releasedocker exec -it <container-name> hostnameIdeally, your correlation and complete solution should look like the screenshots attached above.