Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.25 KB

README.md

File metadata and controls

40 lines (32 loc) · 1.25 KB

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