Browse Source

docker rootdir is different when installing crio

Seth Jennings 7 years ago
parent
commit
d70fb4b8de
1 changed files with 2 additions and 2 deletions
  1. 2 2
      roles/openshift_docker_gc/templates/dockergc-ds.yaml.j2

+ 2 - 2
roles/openshift_docker_gc/templates/dockergc-ds.yaml.j2

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