From 2e900c0e909f2c2941074a1f70ceb68c7d0810f8 Mon Sep 17 00:00:00 2001 From: David Thomas Date: Thu, 24 Jul 2014 12:02:46 -0400 Subject: [PATCH] Fix 'vagrant up' command for build --- website/docs/source/v2/docker/basics.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/source/v2/docker/basics.html.md b/website/docs/source/v2/docker/basics.html.md index b253faad0..0aec0bade 100644 --- a/website/docs/source/v2/docker/basics.html.md +++ b/website/docs/source/v2/docker/basics.html.md @@ -52,7 +52,7 @@ end 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.