Skip to content

Commit

Permalink
add --init to docker run (#2571)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhizor authored Mar 23, 2021
1 parent 8013d43 commit f85f2e5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ public ProcessBuilder create(String jobId, int attempt, final Path jobRoot, fina
"docker",
"run",
"--rm",
"--init",
"-i",
"-v",
String.format("%s:%s", workspaceMountSource, DATA_MOUNT_DESTINATION),
Expand Down

0 comments on commit f85f2e5

Please sign in to comment.