Skip to content

Commit 9435bc4

Browse files
Merge pull request #258 from h0tw1r3/fix-docker-cp
2 parents d3b25f4 + 986180d commit 9435bc4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tasks/docker_exp.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def provision(docker_platform, inventory_location, vars)
2121
'transport' => 'docker',
2222
'docker' => {
2323
'shell-command' => @shell_command,
24-
'connect-timeout' => 120
2524
}
2625
},
2726
'facts' => {
@@ -43,7 +42,7 @@ def provision(docker_platform, inventory_location, vars)
4342
docker_run_opts += ' --cgroupns=host' unless docker_run_opts.include?('--cgroupns')
4443
end
4544

46-
creation_command = 'docker run -d -it --privileged --tmpfs /tmp:exec '
45+
creation_command = 'docker run -d -it --privileged '
4746
creation_command += "#{docker_run_opts} " unless docker_run_opts.nil?
4847
creation_command += docker_platform
4948

0 commit comments

Comments
 (0)