create a gnucash docker image with novnc. also some first playground with docker and github
Start the container via
docker run -td \
-v </your/local/volume>:/var/gnucash \
-p 6080:6080 \
-e LOCALE=<your_LOCALE> \
-e FILE=<your_gnucash_file> \
-e VNC_PASS=<your_password> \
bertlorenz/gnucash-novnc:<tag>
Then access via http://localhost:6080. Default Password is gnucash
The following locales are preinstalled
- de_DE
- en_US
- en_GB
If using any other locale (such as fr_FR), it will be generated on startup which could increase the startup time.
Got help from the following Repos / links
https://github.com/paimpozhil/docker-novnc
https://github.com/Kaixhin/dockerfiles/tree/master/vnc
https://github.com/potz/docker-gnucash
https://wiki.gnucash.org/wiki/Locale_Settings
https://wiki.gnucash.org/wiki/Building#Ubuntu_14.04_LTS_.28Trusty_Tahr.29