mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Container: Reword sentences about docker.io and ghcr.io
This commit is contained in:
parent
dee0ec50b9
commit
10635bccc9
13
CONTAINER.md
13
CONTAINER.md
@ -17,17 +17,16 @@ that includes [XMPP][xmpp] Server, [MQTT][mqtt] Broker and [SIP][sip] Service.
|
|||||||
[mqtt]: https://mqtt.org/
|
[mqtt]: https://mqtt.org/
|
||||||
[sip]: https://en.wikipedia.org/wiki/Session_Initiation_Protocol
|
[sip]: https://en.wikipedia.org/wiki/Session_Initiation_Protocol
|
||||||
|
|
||||||
This document explains how to use the
|
This document explains how to use the `ejabberd` container image available in
|
||||||
[ejabberd container images](https://github.com/processone/ejabberd/pkgs/container/ejabberd)
|
[ghcr.io/processone/ejabberd](https://github.com/processone/ejabberd/pkgs/container/ejabberd),
|
||||||
available in the GitHub Container Registry,
|
|
||||||
built using the files in `.github/container/`.
|
built using the files in `.github/container/`.
|
||||||
|
|
||||||
Alternatively, there are also
|
Alternatively, there is also the `ecs` container image available in
|
||||||
[ejabberd-ecs Docker images](https://hub.docker.com/r/ejabberd/ecs/)
|
[docker.io/ejabberd/ecs](https://hub.docker.com/r/ejabberd/ecs/),
|
||||||
available in Docker Hub,
|
|
||||||
built using the
|
built using the
|
||||||
[docker-ejabberd/ecs](https://github.com/processone/docker-ejabberd/tree/master/ecs)
|
[docker-ejabberd/ecs](https://github.com/processone/docker-ejabberd/tree/master/ecs)
|
||||||
repository.
|
repository.
|
||||||
|
Check the [differences between `ejabberd` and `ecs` images](https://github.com/processone/docker-ejabberd/blob/master/ecs/HUB-README.md#alternative-image-in-github).
|
||||||
|
|
||||||
If you are using a Windows operating system, check the tutorials mentioned in
|
If you are using a Windows operating system, check the tutorials mentioned in
|
||||||
[ejabberd Docs > Docker Image](https://docs.ejabberd.im/admin/installation/#docker-image).
|
[ejabberd Docs > Docker Image](https://docs.ejabberd.im/admin/installation/#docker-image).
|
||||||
@ -206,7 +205,7 @@ explains how to install an additional module using docker-compose.
|
|||||||
## Commands on start
|
## Commands on start
|
||||||
|
|
||||||
The ejabberdctl script reads the `CTL_ON_CREATE` environment variable
|
The ejabberdctl script reads the `CTL_ON_CREATE` environment variable
|
||||||
the first time the docker container is started,
|
the first time the container is started,
|
||||||
and reads `CTL_ON_START` every time the container is started.
|
and reads `CTL_ON_START` every time the container is started.
|
||||||
Those variables can contain one ejabberdctl command,
|
Those variables can contain one ejabberdctl command,
|
||||||
or several commands separated with the blankspace and `;` characters.
|
or several commands separated with the blankspace and `;` characters.
|
||||||
|
Loading…
Reference in New Issue
Block a user