This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/creadur-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 96af4d927 Update docs to be able to runner with newer docker versions
as well
96af4d927 is described below
commit 96af4d92704fb32066dbe3001ad127e25d87dca0
Author: P. Ottlinger <[email protected]>
AuthorDate: Mon Feb 24 17:04:36 2025 +0100
Update docs to be able to runner with newer docker versions as well
---
README.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/README.md b/README.md
index 2e845e498..9dbf3922b 100644
--- a/README.md
+++ b/README.md
@@ -100,5 +100,12 @@ Make sure to generate a combined changelog that includes
the most current releas
## Local hacking
The whole page can be started locally with the help of
[docker-compose](https://docs.docker.com/compose/) and will provide the
contents via http://localhost:8888
+Depending on your docker version this means:
+```
+$ docker-compose up
+OR
+$ docker compose up
+```
+You may need to configure shared paths from Docker -> Preferences... ->
Resources -> File Sharing in order to mount your local files.
Happy hacking :)