Easily announce your new IP address to the world.
Builds of the image are available on Docker Hub where you can download from the latest stable image.
docker pull codeworksio/dnsomatic
Alternatively you can build the image yourself.
docker build --tag codeworksio/dnsomatic \
github.com/codeworksio/docker-dnsomatic
Start container using:
docker run --detach --restart always \
--name dnsomatic \
--hostname dnsomatic \
--env "DNSOMATIC_USERNAME=username" \
--env "DNSOMATIC_PASSWORD=password" \
codeworksio/dnsomatic