Skip to content

Commit 7701215

Browse files
Update NGINX Agent container instructions (#793)
1 parent a9f506a commit 7701215

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

content/nginx-one/agent/containers/run-agent-container.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,10 @@ container image and create a configuration file.
2929

3030
### Pull the NGINX Agent container image
3131

32-
The NGINX Agent container image must be downloaded from a trusted source such as Docker Hub or a private container registry.
33-
3432
Run the following command to pull the official image:
3533

3634
```bash
37-
<!-- Registry HERE -->
38-
docker pull <Registry HERE>:latest
35+
docker pull private-registry.nginx.com/nginx-plus/agentv3:latest
3936
```
4037

4138
Ensure you are using the correct image version. Replace `latest` with the desired version tag if necessary.

0 commit comments

Comments
 (0)