website/docs: note that d.run only once [GH-4885]
This commit is contained in:
parent
e003b45f9c
commit
5c0e9dc68d
|
@ -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.
|
* `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
|
## Building Images
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue