Skip to content

Commit c5585ef

Browse files
committed
Improve wording of container documentation links
1 parent 4c792e7 commit c5585ef

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

content/admin/installation.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,10 @@ to install ejabberd on several operating systems using Snap package manager.
133133

134134
# Docker Image
135135

136-
If you already have Docker installed,
137-
the [`"ecs"`](https://hub.docker.com/r/ejabberd/ecs) container image
138-
allows to get ejabberd stable releases in x64 machines with:
136+
The [`"ecs"`](https://hub.docker.com/r/ejabberd/ecs) container image
137+
allows to get ejabberd stable releases in x64 machines.
138+
Check the [`"ecs"` container documentation](https://github.com/processone/docker-ejabberd/tree/master/ecs#readme).
139+
Download ejabberd with:
139140

140141
``` bash
141142
docker pull docker.io/ejabberd/ecs
@@ -145,8 +146,8 @@ There is an alternative
145146
[`"ejabberd"`](https://github.com/processone/ejabberd/pkgs/container/ejabberd) container image
146147
available in the GitHub Container Registry.
147148
This one is available for x64 and arm64, both for stable ejabberd releases and the `master` branch.
148-
Check the [container documentation](https://github.com/processone/ejabberd/blob/master/CONTAINER.md).
149-
For example, to download and start the latest stable ejabberd release:
149+
Check the [`"ejabberd"` container documentation](https://github.com/processone/ejabberd/blob/master/CONTAINER.md).
150+
For example, download the latest stable ejabberd release:
150151

151152
``` bash
152153
docker pull ghcr.io/processone/ejabberd

0 commit comments

Comments
 (0)