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:
volumeMounts:
- name: containers
mountPath: /var/lib/docker/containers
readOnly: true
- name: hosts
mountPath: /outerhost
readOnly: true
......
......@@ -6,7 +6,6 @@ containers:
volumeMounts:
- name: containers
mountPath: /var/lib/docker/containers
readOnly: true
volumes:
- name: containers
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