ARM Builded Version of: https://hub.docker.com/r/ventz/bind
10K+
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:
Content type
Image
Digest
Size
16.4 MB
Last updated
almost 6 years ago
docker pull marioschaar/arm_bind