cofob/alfis
Docker container for alfis dns.
Map port 53 to the host
docker run --rm --name alfis -p 53:53/tcp -p 53:53/udp cofob/alfis
If you want run without preloaded blockchain and save blockchain state
docker run --rm --name alfis -p 53:53/tcp -p 53:53/udp -v alfis:/storage cofob/alfis:bare
And you may open peer-port (to participate in the block exchange)
docker run --rm --name alfis -p 53:53/tcp -p 53:53/udp -p 4244:4244/tcp cofob/alfis
/storage
- contains blockchain and config file
docker pull cofob/alfis