From c594b8f4a9b5ad0b2fb2fb5dd163606ef0ee9a43 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Fri, 12 Jan 2024 10:32:51 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 94b5bfca..d39c904b 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ We hope you enjoy using RaspAP as much as we do creating it. Tell us how you use - [Supported operating systems](#supported-operating-systems) - [Multilingual support](#multilingual-support) - [HTTPS support](#https-support) + - [Docker support](#docker-support) - [How to contribute](#how-to-contribute) - [Reporting issues](#reporting-issues) - [License](#license) @@ -158,6 +159,13 @@ curl -sL https://install.raspap.com | bash -s -- --cert More information on SSL certificates and HTTPS support is available [in our documentation](https://docs.raspap.com/ssl/). +## Docker support + + +As an alternative to the [Quick installer](#quick-installer), RaspAP may be run in an isolated, portable [Docker container](https://www.docker.com/resources/what-container/). + +See the [RaspAP-docker repo](https://github.com/RaspAP/raspap-docker/) for more information. + ## How to contribute 1. Fork the project in your account and create a new branch: `your-great-feature`. 2. Open an issue in the repository describing the feature contribution you'd like to make.