From b085c1d93441dde86dc69db4b16bb35ef56076f7 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 5 Sep 2014 15:49:59 -0700 Subject: [PATCH] website: update with latest --- website/source/docs/builders/docker.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/builders/docker.html.markdown b/website/source/docs/builders/docker.html.markdown index 61064a91a..bd6bba41f 100644 --- a/website/source/docs/builders/docker.html.markdown +++ b/website/source/docs/builders/docker.html.markdown @@ -91,8 +91,8 @@ described. exists and can be used. This defaults to true if not set. * `run_command` (array of strings) - An array of arguments to pass to - `docker` in order to run the container. By default this is set to - `["run", "-d", "-i", "-t", "-v", "{{.Volumes}}", "{{.Image}}", "/bin/bash"]`. + `docker run` in order to run the container. By default this is set to + `["-d", "-i", "-t", "{{.Image}}", "/bin/bash"]`. As you can see, you have a couple template variables to customize, as well. * `volumes` (map of strings to strings) - A mapping of additional volumes