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
Content type
Image
Digest
sha256:0c5788b1e…
Size
13.5 MB
Last updated
8 months ago
docker pull cofob/alfis