|
@@ -47,14 +47,14 @@ items:
|
|
volumeMounts:
|
|
volumeMounts:
|
|
- name: docker-root
|
|
- name: docker-root
|
|
readOnly: true
|
|
readOnly: true
|
|
- mountPath: /var/lib/docker
|
|
|
|
|
|
+ mountPath: /var/lib/containers/docker
|
|
- name: docker-socket
|
|
- name: docker-socket
|
|
readOnly: false
|
|
readOnly: false
|
|
mountPath: /var/run/docker.sock
|
|
mountPath: /var/run/docker.sock
|
|
volumes:
|
|
volumes:
|
|
- name: docker-root
|
|
- name: docker-root
|
|
hostPath:
|
|
hostPath:
|
|
- path: /var/lib/docker
|
|
|
|
|
|
+ path: /var/lib/containers/docker
|
|
- name: docker-socket
|
|
- name: docker-socket
|
|
hostPath:
|
|
hostPath:
|
|
path: /var/run/docker.sock
|
|
path: /var/run/docker.sock
|