- 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/006services: 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
djusHa/lcd4linux-docker
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|