Merge pull request #4246 from synth3tk/patch-2

website/docs: Fix 'vagrant up' command in Docker docs
This commit is contained in:
Mitchell Hashimoto 2014-08-05 17:27:11 -07:00
commit c1073f8094
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ end
</pre>
The above configuration will look for a `Dockerfile` in the same
directory as the Vagrantfile. When `vagrant up` is run, Vagrant
directory as the Vagrantfile. When `vagrant up --provider=docker` is run, Vagrant
automatically builds that Dockerfile and starts a container
based on that Dockerfile.