- Attach Display
- Find the right Port for the Display, my Alphacool has VENDOR-ID: 060c and Device-ID: 04eb
$ lsusb |grep 060c:04eb Bus 001 Device 006: ID 060c:04eb EEH Datalink GmbH ALPHACOOL USB DISPLAY
- So, the right Path for docker-compose.yml should be
/dev/bus/usb/001/006
services: lcd4linux: build: . image: djusha/lcd4linux:latest container_name: lcd4linux restart: always volumes: - ./lcd4linux/lcd4linux.conf:/etc/lcd4linux.conf devices: - /dev/bus/usb/001/006:/dev/bus/usb/001/006
- Edit
lcd4linux.conf
, set the right permissions, if neededchmod 0600
. - Start Container
docker-compose up -d
-
Notifications
You must be signed in to change notification settings - Fork 0
djusHa/lcd4linux-docker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published