lib/hitcher/providers/docker/command_builder.rb in Hitcher-0.1.0 vs lib/hitcher/providers/docker/command_builder.rb in Hitcher-0.1.1
- old
+ new
@@ -78,10 +78,10 @@
Hitcher::Global.instance.glog.debug "Build Image : #{ccmd}"
ccmd
end # build_image
- def cb_create_container_from_image(image, opts = { interactive: true })
+ def cb_create_container_from_image(image, opts = { })
cmd = []
cmd << docker_exe
cmd << "run"
cmd << "-i" if opts[:interactive] == true
cmd << "-t" if opts[:tty] == true