Commit 6c70227a authored by bgrant0607's avatar bgrant0607

Merge pull request #2249 from satnam6502/salt

Make Docker container dirs writable for pos file
parents e81d69bd 9fac9949
...@@ -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