providers/docker: TODO for me

This commit is contained in:
Mitchell Hashimoto 2014-04-15 19:13:38 -07:00
parent 56f9fdac21
commit c220bfc27d

View File

@ -10,6 +10,9 @@ module VagrantPlugins
machine = env[:machine]
driver = machine.provider.driver
driver.start(machine.id)
# TODO(mitchellh): Wait for container to go to "running" state.
@app.call(env)
end
end