mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
providers/docker: TODO for me
This commit is contained in:
parent
56f9fdac21
commit
c220bfc27d
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue