commit | b751c36e0dd4da475ed8a23a8f66fa537dce8d48 | [log] [tgz] |
---|---|---|
author | BorislavG <Borislav.Glozman@amdocs.com> | Thu Sep 07 18:59:38 2017 +0300 |
committer | BorislavG <Borislav.Glozman@amdocs.com> | Thu Sep 07 19:01:19 2017 +0300 |
tree | e342325a004252ef102ccdaeaee058478fbf3c60 | |
parent | 66a9a5c4a387974e81b210fc9fa0024239582027 [diff] |
Fix config-init docker volume mapping on nfs On some kubernetes deployments there is a conflict when a volume in docker image is mounted in kubernetes over NFS. files / directories created inside the container are not visible inside / outside of the container. Removing VOLUME declaration from the Dockerfile solve this problem. Change-Id: I05081a21a64c08e7ad19403a80ad1195a5bd8cb4 Issue-ID: OOM-290 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>