Skip to content

Commit 4aadc64

Browse files
Fishbowlerguusdk
authored andcommitted
OF-2554: Link the docker-related documentation together
1 parent a38d2cd commit 4aadc64

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

documentation/docker.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ <h2>Usage</h2>
6969

7070
<p>In this example, we've used <a href="https://github.com/vishnubob/wait-for-it/blob/master/wait-for-it.sh">wait-for-it</a> to allow a postgres database service (not shown) to finish launching prior to starting Openfire. This allows us to have premade files in /data/conf with which to launch Openfire.</p>
7171

72+
<p>For developer-specific workflows — including building images from source, running with all XMPP ports, remote debugging, and Docker Compose test stacks — see <a href="working-with-openfire.html#tooling-docker">Working with Openfire: Docker</a>.</p>
73+
7274
</section>
7375

7476
<footer>

documentation/working-with-openfire.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ <h3>Docker</h3>
6060

6161
<p>Nothing has sped me up more than being able to throw up environments quickly using Docker. Whether it's comparing behaviour, or testing a branch, Docker is fast and trouble free. The only time it's less useful is when you're testing integrations, e.g. Active Directory.</p>
6262

63+
<p>For production deployment — including running official images and docker-compose setups with an external database — see the <a href="docker.html">Docker Guide</a>.</p>
64+
6365
<section>
6466

6567
<h4>Building an Openfire container image</h4>

0 commit comments

Comments
 (0)