Make Docker container dirs writable for pos file

This commit is contained in:
Satnam Singh 2014-11-07 17:42:48 -08:00
parent b4c23f8253
commit 9fac9949b2
2 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@ containers:
volumeMounts:
- name: containers
mountPath: /var/lib/docker/containers
readOnly: true
- name: hosts
mountPath: /outerhost
readOnly: true

View File

@ -6,7 +6,6 @@ containers:
volumeMounts:
- name: containers
mountPath: /var/lib/docker/containers
readOnly: true
volumes:
- name: containers
source: