Skip to content

stefaniuk/docker-dnsomatic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Easily announce your new IP address to the world

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published