website/docs: Add some links to Docker provisioner page
This commit is contained in:
parent
bdd4e82e49
commit
6d7a2fe113
|
@ -92,11 +92,11 @@ to the name, the `run` method accepts a set of options, all optional:
|
|||
but can also be given here as an option.
|
||||
|
||||
* `cmd` (string) - The command to start within the container. If not specified,
|
||||
then the containers default "run" command will be used, such as the
|
||||
"run" command specified when the container was built.
|
||||
then the container's default "run" command will be used, such as the
|
||||
"run" command [specified on the `Dockerfile`](http://docs.docker.io/en/latest/use/builder/#run).
|
||||
|
||||
* `args` (string) - Extra arguments for `docker run` on the command line.
|
||||
These are raw arguments that are passed directly to Docker.
|
||||
* `args` (string) - Extra arguments for [`docker run`](http://docs.docker.io/en/latest/commandline/cli/#run)
|
||||
on the command line. These are raw arguments that are passed directly to Docker.
|
||||
|
||||
For example, here is how you would configure Docker to run a container
|
||||
with the Vagrant shared directory mounted inside of it:
|
||||
|
|
Loading…
Reference in New Issue