From 396d1bb7c1e8a930f85dacfa07c7c5a895aab378 Mon Sep 17 00:00:00 2001 From: mbargar Date: Fri, 20 Dec 2013 16:09:23 -0500 Subject: [PATCH] Correcting the name and url for the Dockerfile instruction that sets the default command to run in an image --- website/docs/source/v2/provisioning/docker.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/source/v2/provisioning/docker.html.md b/website/docs/source/v2/provisioning/docker.html.md index 97ab11c64..c903fa94e 100644 --- a/website/docs/source/v2/provisioning/docker.html.md +++ b/website/docs/source/v2/provisioning/docker.html.md @@ -92,8 +92,8 @@ 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 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). + then the container's default command will be used, such as the + "CMD" command [specified in the `Dockerfile`](http://docs.docker.io/en/latest/use/builder/#cmd). * `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.