providers/docker: TODO for me

This commit is contained in:
Mitchell Hashimoto 2014-04-15 19:13:38 -07:00
parent 56f9fdac21
commit c220bfc27d
1 changed files with 3 additions and 0 deletions

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