Skip to content

Instantly share code, notes, and snippets.

@rootfs
Created March 21, 2018 22:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rootfs/f0d0832fda1e519ef84bbb742eadbefc to your computer and use it in GitHub Desktop.
Save rootfs/f0d0832fda1e519ef84bbb742eadbefc to your computer and use it in GitHub Desktop.
FROM centos:7
RUN yum install -y ebtables ethtool iptables ipset docker
ADD hyperkube /bin/hyperkube
ADD kubelet /bin/kubelet
@rootfs
Copy link
Author

rootfs commented Mar 21, 2018

copy hyperkube and kubelet then
docker build -t kubelet .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment