dnsdist container
This commit is contained in:
commit
0dcc701b6c
4 changed files with 31 additions and 0 deletions
8
dnsdist/Makefile
Normal file
8
dnsdist/Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
all: pull build
|
||||
|
||||
|
||||
pull:
|
||||
docker pull alpine:edge
|
||||
|
||||
build:
|
||||
docker build -t dnsdist .
|
||||
Loading…
Add table
Add a link
Reference in a new issue