From f56d347960926f185f9f878c7de91a6be86f1e06 Mon Sep 17 00:00:00 2001 From: Al Bowles Date: Sat, 7 May 2022 21:21:11 -0500 Subject: [PATCH] Update dev box documentation - Add Docker documentation to the wiki development boxes page - Dockerfile will now install git at buildtime --- wiki_development_boxes.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/wiki_development_boxes.md b/wiki_development_boxes.md index 9c8ff59..eee9564 100644 --- a/wiki_development_boxes.md +++ b/wiki_development_boxes.md @@ -1,7 +1,9 @@ --- title: Create live devbox for wiki.rockylinux.org -author: Lukas Magauer -revision_date: 2022-04-28 +author: + - Lukas Magauer + - Al Bowles +revision_date: 2022-05-07 --- # How to create a live system to work on the documentation @@ -34,6 +36,10 @@ And finally run `mkdocs serve 2>&1 | tee ./mkdocs.serve.log` in the terminal of ## Docker -TODO +From the root of this repository on a machine with Docker installed, run + + docker-compose up + +When the container finishes starting up, you can access the documentation in your web browser at [http://localhost:8000](http://localhost:8000). {% include 'testing/rc_content_bottom.md' %}