website: update with latest

This commit is contained in:
Mitchell Hashimoto 2014-09-05 15:49:59 -07:00
parent e4dc5d31d8
commit b085c1d934
1 changed files with 2 additions and 2 deletions

View File

@ -91,8 +91,8 @@ described.
exists and can be used. This defaults to true if not set. exists and can be used. This defaults to true if not set.
* `run_command` (array of strings) - An array of arguments to pass to * `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 `docker run` in order to run the container. By default this is set to
`["run", "-d", "-i", "-t", "-v", "{{.Volumes}}", "{{.Image}}", "/bin/bash"]`. `["-d", "-i", "-t", "{{.Image}}", "/bin/bash"]`.
As you can see, you have a couple template variables to customize, as well. 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 * `volumes` (map of strings to strings) - A mapping of additional volumes