Skip to content

Commit c3d8358

Browse files
authored
Merge pull request #171 from iExecBlockchainComputing/iexec-in
Make iexec_in writable
2 parents 8f959c9 + 3159856 commit c3d8358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/iexec/worker/docker/CustomDockerClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ private static HostConfig getHostConfig(String hostBaseVolume) {
5656
.appendBinds(
5757
HostConfig.Bind.from(inputMountpoint)
5858
.to(FileHelper.SLASH_IEXEC_IN)
59-
.readOnly(true)
59+
.readOnly(false)
6060
.build(),
6161
HostConfig.Bind.from(outputMountpoint)
6262
.to(FileHelper.SLASH_IEXEC_OUT)

0 commit comments

Comments
 (0)