Skip to content

Commit 079f27c

Browse files
committed
edits
1 parent 21cf765 commit 079f27c

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

content/nginx-one/workshops/lab1.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,20 @@ With NGINX One Console, you don’t need to switch between tools. You get a sing
4444

4545
## How NGINX One Console works
4646

47-
NGINX One Console connects to each NGINX instance using a small agent called **NGINX Agent**.
47+
NGINX One Console connects to each NGINX instance using a lightweight agent called **NGINX Agent**.
4848

49-
You can install NGINX Agent by:
49+
The agent is responsible for securely registering and managing each instance through the Console.
5050

51-
- Using public NGINX OSS Docker images with the agent already included
52-
- Using NGINX Plus containers (these already include the agent)
53-
- Installing from Linux package managers like `apt` or `yum`
51+
There are a few ways to install the NGINX Agent:
5452

55-
See the [NGINX Agent docs](https://docs.nginx.com/nginx-agent/overview/) for more details.
53+
- Use public Docker images of NGINX OSS that already include the agent
54+
- Use NGINX Plus containers with the agent preinstalled
55+
- Install manually using package managers like `apt` or `yum`
56+
- Use the one-line curl command that NGINX One provides during registration
57+
58+
When you register a new instance in the Console, you'll get a ready-to-use `curl` command that downloads and installs the NGINX Agent on your target system.
59+
60+
For more information about NGINX Agent, see the [NGINX Agent documentation](https://docs.nginx.com/nginx-agent/overview/).
5661

5762
---
5863

0 commit comments

Comments
 (0)