Defcoin Node docker-image
The image expects a mount point to store the configuration:
$ docker run -d \
--name=defcoin-node \
-e PUID=1000 \
-e PGID=1000 \
-p 1337:1337 \
-v /{local mount path}/:/config \
--restart unless-stopped \
defcoinng/defcoin-node-docker
The base images is based on the LinuxServer.io images. https://www.linuxserver.io/