File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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
141142docker 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
146147available in the GitHub Container Registry.
147148This 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
152153docker pull ghcr.io/processone/ejabberd
You can’t perform that action at this time.
0 commit comments