瀏覽代碼

Merge pull request #6865 from giuseppe/node-specify-bind-option

node: specify bind option to /root/.docker
Scott Dodson 7 年之前
父節點
當前提交
6c921b0877
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      roles/openshift_node/defaults/main.yml

+ 1 - 0
roles/openshift_node/defaults/main.yml

@@ -83,6 +83,7 @@ openshift_node_syscon_auth_mounts_l:
   destination: "/root/.docker"
   options:
   - ro
+  - bind
 
 # If we need to add new mounts in the future, or the user wants to mount data.
 # This should be in the same format as auth_mounts_l above.