Fix 'vagrant up' command for build

This commit is contained in:
David Thomas 2014-07-24 12:02:46 -04:00
parent efd1d5e11b
commit 2e900c0e90
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.