This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/karaf-site.git
The following commit(s) were added to refs/heads/trunk by this push:
new 3ee0591 Update build instruction for Docker
3ee0591 is described below
commit 3ee05919caeb6d99b65c813cbae5830dcb00e766
Author: JB Onofré <[email protected]>
AuthorDate: Thu May 28 14:03:22 2026 +0200
Update build instruction for Docker
---
README.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.md b/README.md
index 2406715..e955a40 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,12 @@ This command builds website and start the local Jekyll
server on http://localhos
NB: your local Jekyll installation might need additional modules required by
Apache Karaf website. Just run `bundle install` to install these modules.
+## Building with Docker
+
+```
+docker run --rm --volume="$PWD:/srv/jekyll:Z" -it jekyll/jekyll jekyll build
+```
+
## Deploy
Build the site for production: