You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
PMM-13559 PMM client binary download link is broken (#1332)
* PMM-13559 PMM client binary download link is broken
added "-x86_64 "
For v2 I'm skipping the ARM as not officially supported for this version
* linguistic review
---------
Co-authored-by: Catalina A <94133018+catalinaadam@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/setting-up/client/index.md
+22-22Lines changed: 22 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -43,14 +43,14 @@ Here's an overview of the choices.
43
43
44
44
The [PMM Client Docker image] is a convenient way to run PMM Client as a preconfigured [Docker] container.
45
45
46
-
1. Pull the PMM Client docker image.
46
+
1. Pull the PMM Client docker image:
47
47
48
48
```sh
49
49
docker pull \
50
50
percona/pmm-client:2
51
51
```
52
52
53
-
2. Use the image as a template to create a persistent data store that preserves local data when the image is updated.
53
+
2. Use the image as a template to create a persistent data store that preserves local data when the image is updated:
54
54
55
55
```sh
56
56
docker create \
@@ -59,7 +59,7 @@ The [PMM Client Docker image] is a convenient way to run PMM Client as a preconf
59
59
percona/pmm-client:2 /bin/true
60
60
```
61
61
62
-
3. Run the container to start [PMM Agent](../../details/commands/pmm-agent.md) in setup mode. Set `X.X.X.X` to the IP address of your PMM Server. (Do not use the `docker --detach`option as PMM agent only logs to the console.)
62
+
3. Run the container to start [PMM Agent](../../details/commands/pmm-agent.md) in setup mode. Set `X.X.X.X` to the IP address of your PMM Server. Do not use the `--detach`flag as PMM Agent only outputs logs to the console:
63
63
64
64
```sh
65
65
PMM_SERVER=X.X.X.X:443
@@ -79,7 +79,7 @@ The [PMM Client Docker image] is a convenient way to run PMM Client as a preconf
79
79
!!! hint alert-success "Tips"
80
80
You can find a complete list of compatible environment variables [here](../../details/commands/pmm-agent.md).
81
81
82
-
4. Check status.
82
+
4. Check status:
83
83
84
84
```sh
85
85
docker exec pmm-client \
@@ -195,25 +195,25 @@ Here are the download page links for each supported platform.
0 commit comments