From ea0151165a8719e596cbd35165db28fe90a376b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Tue, 28 Feb 2017 23:54:02 +0100 Subject: [PATCH] Use markdown for the docker readme --- docker/biboumi/{README.rst => README.md} | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) rename docker/biboumi/{README.rst => README.md} (89%) diff --git a/docker/biboumi/README.rst b/docker/biboumi/README.md similarity index 89% rename from docker/biboumi/README.rst rename to docker/biboumi/README.md index f6d529d..094bb78 100644 --- a/docker/biboumi/README.rst +++ b/docker/biboumi/README.md @@ -7,11 +7,10 @@ Running This image does not embed any XMPP server. You need to have a running XMPP server first: as an other docker image, or running on the host machine. -Assuming you have a running `prosody -`_ container already running and -`properly configured -`_ you can -use the following command to start your biboumi container. +Assuming you have a running [prosody](https://hub.docker.com/r/prosody/prosody/) +container already running and +[properly configured](https://prosody.im/doc/components#adding_an_external_component) +you can use the following command to start your biboumi container. ``` docker run --link prosody:xmpp \ -- GitLab