Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.46 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.46 KB

Circle CI Size Version Commit Docker Hub

Docker DNS-O-Matic

Easily announce your new IP address to the world.

Installation

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

Quickstart

Start container using:

docker run --detach --restart always \
    --name dnsomatic \
    --hostname dnsomatic \
    --env "DNSOMATIC_USERNAME=username" \
    --env "DNSOMATIC_PASSWORD=password" \
    codeworksio/dnsomatic

See