Skip to content

Commit 5b144ce

Browse files
committed
fix tabs
1 parent d72b919 commit 5b144ce

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

solutions/observability/synthetics/monitor-resources-on-private-networks.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,21 +65,24 @@ The `elastic-agent-complete` Docker image is the only way to have all available
6565

6666
To pull the Docker image run:
6767

68-
:::{tab-set}
68+
::::{tab-set}
6969
:group: docker
7070
:::{tab-item} Latest
7171
:sync: latest
7272

7373
```sh
7474
docker pull docker.elastic.co/elastic-agent/elastic-agent-complete:{{version.stack}}
7575
```
76+
7677
:::
7778

7879
:::{tab-item} Specific version
7980
:sync: specific
81+
8082
```sh subs=true
8183
docker pull docker.elastic.co/elastic-agent/elastic-agent-complete:<SPECIFIC.VERSION.NUMBER>
8284
```
85+
8386
You can download and install a specific version of the {{stack}} by replacing `<SPECIFIC.VERSION.NUMBER>` with the version number you want. For example, you can replace `<SPECIFIC.VERSION.NUMBER>` with {{version.stack.base}}.
8487
:::
8588

0 commit comments

Comments
 (0)