We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f506a commit 7701215Copy full SHA for 7701215
content/nginx-one/agent/containers/run-agent-container.md
@@ -29,13 +29,10 @@ container image and create a configuration file.
29
30
### Pull the NGINX Agent container image
31
32
-The NGINX Agent container image must be downloaded from a trusted source such as Docker Hub or a private container registry.
33
-
34
Run the following command to pull the official image:
35
36
```bash
37
-<!-- Registry HERE -->
38
-docker pull <Registry HERE>:latest
+docker pull private-registry.nginx.com/nginx-plus/agentv3:latest
39
```
40
41
Ensure you are using the correct image version. Replace `latest` with the desired version tag if necessary.
0 commit comments