diff --git a/plugins/providers/docker/command/run.rb b/plugins/providers/docker/command/run.rb index 243973db5..24ddf2c87 100644 --- a/plugins/providers/docker/command/run.rb +++ b/plugins/providers/docker/command/run.rb @@ -28,6 +28,7 @@ module VagrantPlugins # Parse out the extra args to send to SSH, which is everything # after the "--" + command = nil split_index = @argv.index("--") if split_index command = @argv.drop(split_index + 1)