Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 307 Bytes

File metadata and controls

11 lines (8 loc) · 307 Bytes

dnsutils-container

a simple Alpine linux konteyner image with bind-tools

Use following commands to build & push to Docker Hub

docker login --username=kullanıcı_adı --password=şifre
docker build --pull -t enterprisecodingcom/dnsutils:latest .
docker push enterprisecodingcom/dnsutils:latest