We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f959c9 + 3159856 commit c3d8358Copy full SHA for c3d8358
src/main/java/com/iexec/worker/docker/CustomDockerClient.java
@@ -56,7 +56,7 @@ private static HostConfig getHostConfig(String hostBaseVolume) {
56
.appendBinds(
57
HostConfig.Bind.from(inputMountpoint)
58
.to(FileHelper.SLASH_IEXEC_IN)
59
- .readOnly(true)
+ .readOnly(false)
60
.build(),
61
HostConfig.Bind.from(outputMountpoint)
62
.to(FileHelper.SLASH_IEXEC_OUT)
0 commit comments