mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 03:08:15 +00:00
11 lines
258 B
Docker
11 lines
258 B
Docker
FROM google/debian:wheezy
|
|
|
|
RUN apt-get update
|
|
RUN apt-get -yy -q install iptables
|
|
COPY hyperkube /hyperkube
|
|
RUN chmod a+rx /hyperkube
|
|
|
|
|
|
COPY master-multi.json /etc/kubernetes/manifests-multi/master.json
|
|
COPY master.json /etc/kubernetes/manifests/master.json
|