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.