License: | |
Github Workflow Build: | |
Docker Build Status: | |
Docker Automated build: | |
Docker Pulls | |
Docker latest tag: |
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
./make.sh
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