providers/docker: TODO for me
This commit is contained in:
parent
56f9fdac21
commit
c220bfc27d
|
@ -10,6 +10,9 @@ module VagrantPlugins
|
||||||
machine = env[:machine]
|
machine = env[:machine]
|
||||||
driver = machine.provider.driver
|
driver = machine.provider.driver
|
||||||
driver.start(machine.id)
|
driver.start(machine.id)
|
||||||
|
|
||||||
|
# TODO(mitchellh): Wait for container to go to "running" state.
|
||||||
|
|
||||||
@app.call(env)
|
@app.call(env)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue