Currently, there are four Docker images available for LittleBrother
:
- little-brother-client containing a LittleBrother client based on a Debian base image.
- little-brother-ubuntu-client containing a LittleBrother client based on an Ubuntu base image.
- little-brother-alpine-client
containing a LittleBrother client based on an Alpine Linux base image. This is the smallest image for
LittleBrother
! - little-brother-slave containing a LittleBrother client based on a Debian base image. This image is obsolete for naming reasons and will not be updated. Please, migrate to one of the images above.
See this repository for docker-compose support files.
The tag names of the images are derived from the pattern BRANCH-REVISION
where BRANCH
is either master
or
release
and REVISION
represents the number as it is listed in changes. The special tag latest
is used for the most up-to-date release revision.
The following aspects are obsolete since notifications should be issued by LittleBrotherTaskbar now and no longer by the client process.
- In order to be able to "speak" (that is play sound files), the process inside the container has to access the sound
device of the host. This is made possible by mounting the file
/etc/asound.conf
and the device/dev/snd
into the container.