From e7f8aeff8a9442a0ba4dde45fd3f795ee1cb6f91 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Tue, 13 Feb 2018 01:35:08 -0500 Subject: [PATCH] docs: clarify help output for run subcommand [ci skip] --- docs/deployment/one-off-processes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/one-off-processes.md b/docs/deployment/one-off-processes.md index 3210a6f7c..bc52a9ced 100644 --- a/docs/deployment/one-off-processes.md +++ b/docs/deployment/one-off-processes.md @@ -5,7 +5,7 @@ Sometimes you need to either inspect running containers or run a one-off command ## Run a command in an app environment ``` -run # Run a command in the environment of an application +run # Run a command in a new container using the current application image ``` The `run` command can be used to run a one-off process for a specific command. This will start a new container and run the desired command within that container. Note that this container will be stay around even after command completes. The container will be the same container as was used to start the currently deployed application.