This is an automated email from the ASF dual-hosted git repository.
juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git
The following commit(s) were added to refs/heads/master by this push:
new 35073e7 Add section 'Using the Docker image'
35073e7 is described below
commit 35073e788a46311c32e424f00e1f434ccf993861
Author: Juan Pablo Santos RodrÃguez <[email protected]>
AuthorDate: Sat Sep 11 17:13:47 2021 +0200
Add section 'Using the Docker image'
---
README.md | 24 +++++++++++++++++++++++-
1 file changed, 23 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 2304904..d133fff 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,6 @@ engine. Just do the following:
That's it!
-
## Advanced Installation
In the `$TOMCAT_HOME/lib` folder (or equivalent based on your servlet
container),
@@ -116,6 +115,29 @@ the Wiki.
Check the Apache JSPWiki website and project documentation for additional
setup and configuration suggestions.
+## Using the Docker image
+
+_**Docker images are not official ASF releases but provided for convenience.
+Recommended usage is always to build the source.**_
+
+The Apache JSPWiki Docker image is available at [Docker
Hub](https://registry.hub.docker.com/r/apache/jspwiki/).
+
+### Get the Image
+```
+$ docker pull apache/jspwiki
+```
+
+### Running the Container
+```
+$ docker run -d -p 8080:8080 --name jspwiki apache/jspwiki
+```
+
+Then point your browser at http://localhost:8080/, that should give you a
working
+wiki right away!
+
+See https://jspwiki-wiki.apache.org/Wiki.jsp?page=Docker for customizations
and
+advanced usage of the image.
+
## Upgrading from previous versions
Please read ReleaseNotes and the UPGRADING document available with this