diff --git a/README.md b/README.md index 4e8c84d..76b0ddf 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ The example env-file (`appdynamics.env`) included in the *appd-machine* folder g The following example shows how to run the Server Agent container with Integrated Docker Visibility using environment variables: ``` +docker login -u="$DOCKER_USERNAME" && \ docker run -d \ -e APPDYNAMICS_CONTROLLER_HOST_NAME= \ -e APPDYNAMICS_CONTROLLER_PORT= \ @@ -117,5 +118,5 @@ docker run -d \ -e APPDYNAMICS_AGENT_ACCOUNT_ACCESS_KEY= \ -e MACHINE_AGENT_PROPERTIES="-Dappdynamics.sim.enabled=true -Dappdynamics.docker.enabled=true" \ -v /proc:/hostroot/proc:ro -v /sys:/hostroot/sys:ro -v /etc:/hostroot/etc:ro -v /var/run/docker.sock:/var/run/docker.sock \ -appdynamics/machine: +store/appdynamics/machine: ```