mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-28 10:08:23 +00:00
6 lines
126 B
Docker
6 lines
126 B
Docker
FROM busybox
|
|
MAINTAINER Dawn Chen <dawnchen@google.com>
|
|
|
|
ADD ./etcd /usr/local/bin/etcd
|
|
ADD ./etcdctl /usr/local/bin/etcdctl
|