Go to file
Jeffrey Paul d8eed67ef7
continuous-integration/drone/push Build is passing Details
update readme
2020-03-22 05:34:13 -07:00
root/etc/service/adchpp time to test 2020-03-22 03:26:16 -07:00
src time to test 2020-03-22 03:26:16 -07:00
.drone.yml updates readme with url, drone to push images 2020-03-22 05:24:00 -07:00
Dockerfile time to test 2020-03-22 03:26:16 -07:00
LICENSE time to test 2020-03-22 03:26:16 -07:00
Makefile time to test 2020-03-22 03:26:16 -07:00
README.md update readme 2020-03-22 05:34:13 -07:00

README.md

adchpp-docker

Usage

docker run \
    -p 2780:2780 \
    -v /etc/adchpp:/config \
    --name adchpp \
    --restart unless-stopped \
    sneak/adchpp@sha256:07a8fe2e1e719a712b075590a4c94d1d3c1a49dcb3da91b0a5c971c2c17bbbf7

Repo Info

src contains adch++ v2.12.1 extracted from tarball from sourceforge, modified only to make it build on modern hardware. I tried getting it running on 20.04 but its build file doesn't work with modern scons, sadly.

Docker Image Information

  • state/config volume: /config
  • logs to stdout like a good docker

License

GPL

Authors