Sign inSign up

marioschaar/arm_bind

By marioschaar

Updated almost 6 years ago

ARM Builded Version of: https://hub.docker.com/r/ventz/bind

Image
0

10K+

marioschaar/arm_bind repository overview

This Compose is for a Docker Swarm, and in my application this is used as a DNS Caching Server.

version: '3.7'

services: bind: image: marioschaar/arm_bind:test ports: - "53:53/udp" - "53:53" volumes: - /DATA/etc:/etc/bind - /DATA/cache:/var/cache/bind dns: - 8.8.4.4 - 8.8.8.8 networks: - net deploy: mode: replicated replicas: 3 placement: #max_replicas_per_node: 1 constraints: - node.platform.os == linux - node.labels.site == xxx

networks: net: driver: overlay attachable: true

volumes: bind_data:

Tag summary

Content type

Image

Digest

Size

16.4 MB

Last updated

almost 6 years ago

docker pull marioschaar/arm_bind