From fa631fb71b61f8a5ee6beb16a990b08b499248e6 Mon Sep 17 00:00:00 2001 From: Alexandre Boutoille <83100473+TeaRex-coder@users.noreply.github.com> Date: Wed, 28 Jun 2023 14:25:29 -0400 Subject: [PATCH] docs: fix empty docker section (#7) Co-authored-by: Stefan Dej --- setup/getting-started.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup/getting-started.md b/setup/getting-started.md index eb937cd..03ee422 100644 --- a/setup/getting-started.md +++ b/setup/getting-started.md @@ -26,6 +26,12 @@ A script toolbox to install and update Klipper, Moonraker and Mainsail. KIAUH co ### Docker +For those who prefer the containerized approach, Docker runs Mainsail in an isolated Docker environment with our pre-built NGINX-based image. + +{% content-ref url="installation/docker.md" %} +[docker.md](installation/docker.md) +{% endcontent-ref %} + ### Manual setup The rocky road for the daring. For those who want to know how everything is set up manually.