mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-07 05:38:17 +00:00
5 lines
97 B
Docker
5 lines
97 B
Docker
FROM busybox
|
|
MAINTAINER Tim Hockin <thockin@google.com>
|
|
ADD skydns skydns
|
|
ENTRYPOINT ["/skydns"]
|