Fix 'vagrant up' command for build
This commit is contained in:
parent
efd1d5e11b
commit
2e900c0e90
|
@ -52,7 +52,7 @@ end
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
The above configuration will look for a `Dockerfile` in the same
|
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
|
automatically builds that Dockerfile and starts a container
|
||||||
based on that Dockerfile.
|
based on that Dockerfile.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue