Commit 9fac9949 authored by Satnam Singh's avatar Satnam Singh

Make Docker container dirs writable for pos file

parent b4c23f82
...@@ -6,7 +6,6 @@ containers: ...@@ -6,7 +6,6 @@ containers:
volumeMounts: volumeMounts:
- name: containers - name: containers
mountPath: /var/lib/docker/containers mountPath: /var/lib/docker/containers
readOnly: true
- name: hosts - name: hosts
mountPath: /outerhost mountPath: /outerhost
readOnly: true readOnly: true
......
...@@ -6,7 +6,6 @@ containers: ...@@ -6,7 +6,6 @@ containers:
volumeMounts: volumeMounts:
- name: containers - name: containers
mountPath: /var/lib/docker/containers mountPath: /var/lib/docker/containers
readOnly: true
volumes: volumes:
- name: containers - name: containers
source: source:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment