mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-20 01:23:48 +00:00
Fix mounting volumes in docker based kubernetes setup.
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
FROM google/debian:wheezy
|
||||
FROM debian:jessie
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get -yy -q install iptables ca-certificates
|
||||
RUN apt-get -yy -q install iptables ca-certificates file util-linux
|
||||
|
||||
RUN cp /usr/bin/nsenter /nsenter
|
||||
|
||||
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
|
||||
|
||||
COPY safe_format_and_mount /usr/share/google/safe_format_and_mount
|
||||
RUN chmod a+rx /usr/share/google/safe_format_and_mount
|
||||
|
Reference in New Issue
Block a user