website/docs: note that d.run only once [GH-4885]

This commit is contained in:
Mitchell Hashimoto 2015-07-06 23:20:21 -06:00
parent e003b45f9c
commit 5c0e9dc68d
1 changed files with 2 additions and 1 deletions

View File

@ -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