/Awtrix2-Docker

Official Docker Container for Awtrix2 Host in collaboration with Blueforcer.

Primary LanguageDockerfile

Awtrix2-Docker

Official Docker Container for Awtrix2 Host in collaboration with Blueforcer.

The Container is based on the anapsix/alpine-java:8_JDK image.

It has an autoupdate feature witch will get the latest Host from the Awtrix Site on a restart from the Container.

Getting Started

docker run --name AwTriX2 -p 7000:7000 -p 7001:7001 -p 5568:5568/udp --restart always -e TZ=Europe/Berlin whyet/awtrix2:latest

For persistent Data add:

-v pwd:/data

Set Language

If you want AWTRIX to automatically display some apps like DayOfTheWeek in your local language/format (e.g. "Sonntag" instead of "Sunday") you can specify this with an eviroment variable.

-e JAVA_TOOL_OPTIONS="-Duser.language=de -Duser.country=DE"

Where de is your two-letter language code. (see ISO 639-2)
And DE is your two-letter country code. (see ISO 3166-1 alpha-2)

Support for Creating Docker Containers ;)

Buy Me A Coffee