Servidor de DNS primario com Bind9
1.0K
vagrant@localhost:~$ ansible-galaxy install wluisaraujo.named
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.named/requirements.txt
---
- hosts: localhost
vars:
- name: value
roles:
- named
...
vagrant@localhost:~$ docker build .
vagrant@localhost:~$
vagrant@localhost:~$ docker run -dit --name my_server_bind9 wluisaraujo/bind9
Content type
Image
Digest
Size
98 MB
Last updated
over 6 years ago
docker pull wluisaraujo/bind9