Skip to content

Commit 2912da0

Browse files
authored
feat(sockets): have a folder to write in (#103)
useful if you want to mount sockets into /root/.ssh but /root/.ssh is readonly
1 parent 7940168 commit 2912da0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ocm-container.sh

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ ${INITIAL_CLUSTER_LOGIN} \
120120
${GOOGLECLOUDFILEMOUNT} \
121121
${PAGERDUTYFILEMOUNT} \
122122
${SSH_AGENT_MOUNT} \
123+
-v /root/.ssh/sockets \
123124
${OCM_CONTAINER_LAUNCH_OPTS} \
124125
ocm-container:${BUILD_TAG} ${EXEC_SCRIPT}
125126

0 commit comments

Comments
 (0)