We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e86742 commit 743b4b5Copy full SHA for 743b4b5
yml/kube.yml
@@ -24,6 +24,11 @@ onboot:
24
- name: mounts
25
image: linuxkit/mount:0eba853dfa99f01166831c30f37f6bb818b61f2f
26
command: ["/usr/bin/mountie", "/var/lib/"]
27
+ - name: dir-hack
28
+ image: busybox:latest
29
+ command: ["mkdir", "-p", "/var/lib/cni/conf", "/var/lib/cni/bin"]
30
+ binds:
31
+ - /var:/var:rshared,rbind
32
services:
33
- name: getty
34
image: linuxkit/getty:32247863cace34f3b441b4c5d9d3f5cb5f64d189
0 commit comments