Install Joal into a Linux Container
Several tags are available:
An open source command line RatioMaster with an optional WebUI.
https://github.com/anthonyraymond/joal
docker create --name=joal \
-v <path to persistant data>:/config \
-e UID=<UID default:12345> \
-e GID=<GID default:12345> \
-e AUTOUPGRADE=<0|1> \
-e TZ=<timezone default:Europe/Brussels> \
-e JOAL_PORT=<port default:1234> \
-e JOAL_SECRET_OBFUSCATION_PATH=<string default:joaleeS8efie> \
-e JOAL_SECRET_TOKEN=<string default:eikoogei8yohphaph6eiza3EraaChav2jee8lood9iegaing> \
-p 1234:1234 \
digrouz/joal
When you start the joal image, you can adjust the configuration of the joal instance by passing one or more environment variables on the docker run command line.
UIDThis variable is not mandatory and specifies the user id that will be set to run the application. It has default value 12345.
GIDThis variable is not mandatory and specifies the group id that will be set to run the application. It has default value 12345.
AUTOUPGRADEThis variable is not mandatory and specifies if the container has to launch software update at startup or not. Valid values are 0 and 1. It has default value 0.
TZThis variable is not mandatory and specifies the timezone to be configured within the container. It has default value Europe/Brussels.
JOAL_PORTThis variable is not mandatory and specifies on which port joal should listen. It has default value 1234.
JOAL_SECRET_OBFUSCATION_PATHThis variable is not mandatory but highly advised. Once joal is started head to: http://localhost:port/SECRET_OBFUSCATION_PATH/ui/. It has default value joaleeS8efie. This must contains only alphanumeric characters (no slash, backslash, or any other non-alphanum char)
JOAL_SECRET_TOKENThis variable is not mandatory but highly advised. secret token here (this is some kind of a password, choose a complicated one). It has default value eikoogei8yohphaph6eiza3EraaChav2jee8lood9iegaing
-e AUTOUPGRADE=1 at container creation.If you encounter an issue please open a ticket at github
Content type
Image
Digest
sha256:303f3e796…
Size
172.7 MB
Last updated
2 months ago
docker pull digrouz/joal