This page (revision-12) was last changed on 23-Apr-2022 17:05 by Harry Metske

This page was created on 23-Apr-2022 17:06 by unknown

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
12 23-Apr-2022 17:05 12 KB Harry Metske to previous
11 23-Apr-2022 17:06 12 KB Harry Metske to previous | to last
10 23-Apr-2022 17:06 11 KB Harry Metske to previous | to last
9 23-Apr-2022 17:06 9 KB Harry Metske to previous | to last
8 23-Apr-2022 17:06 7 KB Harry Metske to previous | to last
7 23-Apr-2022 17:06 7 KB Harry Metske to previous | to last
6 23-Apr-2022 17:06 7 KB Harry Metske to previous | to last
5 23-Apr-2022 17:06 5 KB Harry Metske to previous | to last Docker JSPWiki ==> Docker-JSPWiki
4 23-Apr-2022 17:06 5 KB Harry Metske to previous | to last
3 23-Apr-2022 17:06 3 KB Harry Metske to previous | to last
2 23-Apr-2022 17:06 3 KB Harry Metske to previous | to last
1 23-Apr-2022 17:06 160 bytes unknown to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 112 changed 2 lines
!!!
* Removing the container
!!! Removing the container
At line 140 changed one line
To keep data outside of the container, you can use the
To keep data outside of the container, you can use the --volume switch when you fire up the container :
{{{
docker run -d -p 80:8080 --env="jspwiki.baseURL=http://10.0.0.196/" --volume="/home/testuser/jspwiki-pages:/var/jspwiki/pages" harry:jspwiki-2.10.2-svn-14
}}}
At line 143 changed one line
!!! TODO
This way you will get your pages in a directory on the host OS in /home/testuser/jspwiki-pages.\\
Obviously, in this case you will not have the initial set of default pages loaded.
!!! Running multiple instances
At line 145 removed 3 lines
* multiple instances