From 5c0e9dc68df94749801f3151bae97ee7735c1235 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 6 Jul 2015 23:20:21 -0600 Subject: [PATCH] website/docs: note that d.run only once [GH-4885] --- website/docs/source/v2/provisioning/docker.html.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docs/source/v2/provisioning/docker.html.md b/website/docs/source/v2/provisioning/docker.html.md index daa9651f4..a2c5d8976 100644 --- a/website/docs/source/v2/provisioning/docker.html.md +++ b/website/docs/source/v2/provisioning/docker.html.md @@ -53,7 +53,8 @@ of these functions have examples in more detailed sections below. * `pull_images` - Pull the given images. This does not start these images. -* `run` - Run a container and configure it to start on boot. +* `run` - Run a container and configure it to start on boot. This can + only be specified once. ## Building Images