From acdc4d03f489431d4a6dfdc3204830d745f9e614 Mon Sep 17 00:00:00 2001 From: emarsha94 <52013262+emarsha94@users.noreply.github.com> Date: Thu, 9 May 2024 17:24:11 -0500 Subject: [PATCH] Update content/en/developers/integrations/agent_integration.md --- content/en/developers/integrations/agent_integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/developers/integrations/agent_integration.md b/content/en/developers/integrations/agent_integration.md index 8ee678366ef54..6ee40176003ba 100644 --- a/content/en/developers/integrations/agent_integration.md +++ b/content/en/developers/integrations/agent_integration.md @@ -439,7 +439,7 @@ sudo datadog-agent integration install -w /path/to/wheel.whl For installing your wheel to test in containerized environments: 1. Mount the whl into a initContainer 2. Run the whl install in the init container -3. Mount the init container in the agent container +3. Mount the init container in the agent container while it's running For customer install commands for both host and container environments, please see [here.][35] ## Populate your tile and publish your integration