dnsdist container

This commit is contained in:
Yann Verry 2021-05-06 20:51:46 +02:00
commit 0dcc701b6c
Signed by: yann
GPG key ID: 19754E8692B8416C
4 changed files with 31 additions and 0 deletions

8
dnsdist/Makefile Normal file
View file

@ -0,0 +1,8 @@
all: pull build
pull:
docker pull alpine:edge
build:
docker build -t dnsdist .