Skip to content

8ear/docker-octodns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Octodns Docker container

License: GitHub
Github Workflow Build: GitHub Workflow Status
Docker Build Status: Docker Build Status
Docker Automated build: Docker Automated build
Docker Pulls Docker Pulls
Docker latest tag: Docker Image Version (tag latest semver)

Docker Container for OctoDNS https://github.com/github/octodns. This docker repository creates with the support of Travis the docker container in hub.docker.com.

Docker Hub repository: https://hub.docker.com/r/8ear/octodns

Local creation:

./make.sh

Container Using

Docker run:

docker run --rm 8ear/octodns

Docker-compose:

service:
    octodns:
        image: 8ear/octodns
        container_name: octodns
        env_file: .env_octodns
        volumes: 
        - ./DATA/octodns:/data
        commands: octodns-sync --config-file=/data/config.yml