A docker container to run dun/conmain.
Image hosted at: ghcr.io/jchonig/conman
Compatible with docker-compose
---
services:
conman:
image: ghcr.io/jchonig/conman
container_name: conman
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/London
privileged: true # When mounting /dev
volumes:
- PATHTO/config:/config
- PATHTO/logs:/logs
- /dev:/dev # Optional
- /run/udev:/run/udev:ro # Optional
expose:
- 7980
devices:
- /dev/ttyUSB00:/dev/ttyUSB00
restart: unless-stopped
| Env | Function |
|---|---|
| PUID=1000 | for UserID - Set to UID that will run conman |
| PGID=1000 | for GroupID - Set to GID that will run conman |
| TZ=UTC | Specify a timezone to use EG UTC |
| Volume | Function |
|---|---|
| /config | This directory will contain conman.conf |
| /logs | This directory is for storing logfiles |
| /dev | For direct access to device entries (if they don't exist at startup) |
| /run/udev | "" |
Content type
Image
Digest
sha256:b5015ebe3…
Size
58.4 MB
Last updated
6 days ago
docker pull jchonig/conman