Skip to content

OctoDNS – DNS as code – bundled as Docker images

Notifications You must be signed in to change notification settings

octodns/octodns-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

octodns docker images

OctoDNS is DNS as code – a tool for managing DNS across multiple providers.

Usage

$ docker run -v "$(pwd):/octodns" --workdir /octodns octodns/<flavor> octodns-sync

# Example:
$ docker run -v "$(pwd):/octodns" --workdir /octodns octodns/octodns octodns-sync

This runs octodns-sync on the contents of the current working directory.

Flavors

Flavor Module Docker Hub
azure octodns_azure octodns/azure
bind octodns_bind octodns/bind
cloudflare octodns_cloudflare octodns/cloudflare
constellix octodns_constellix octodns/constellix
digitalocean octodns_digitalocean octodns/digitalocean
dnsimple octodns_dnsimple octodns/dnsimple
dnsmadeeasy octodns_dnsmadeeasy octodns/dnsmadeeasy
dyn octodns_dyn octodns/dyn
easydns octodns_easydns octodns/easydns
edgedns octodns_edgedns octodns/edgedns
etchosts octodns_etchosts octodns/etchosts
gandi octodns_gandi octodns/gandi
gcore octodns_gcore octodns/gcore
googlecloud octodns_googlecloud octodns/googlecloud
hetzner octodns_hetzner octodns/hetzner
mythicbeasts octodns_mythicbeasts octodns/mythicbeasts
ns1 octodns_ns1 octodns/ns1
octodns (all) octodns octodns/octodns
ovh octodns_ovh octodns/ovh
powerdns octodns_powerdns octodns/powerdns
rackspace octodns_rackspace octodns/rackspace
route53 octodns_route53 octodns/route53
selectel octodns_selectel octodns/selectel
transip octodns_transip octodns/transip
ultra octodns_ultra octodns/ultra

Adding a new flavor

  1. Add the module to the all/requirements.txt file
  2. Run script/generate-workflow-file (requires PyYaml module)
  3. Copy-and-paste the markdown table from the output into README.md

Updating a version

Update the version in all/requirements.txt – it will be used in the 'all' flavor and the provider-specific flavor.

About

OctoDNS – DNS as code – bundled as Docker images

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Sponsor this project

  •  
  •  

Packages

No packages published