Commit b085c1d9 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

website: update with latest

parent e4dc5d31
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment