mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
fix: clarify docs on run subcommand
[ci skip]
This commit is contained in:
committed by
GitHub
parent
e7f8aeff8a
commit
ff14323fdc
@@ -9,7 +9,7 @@ case "$1" in
|
||||
declare desc="return standard plugin help content"
|
||||
cat<<help_content
|
||||
ls , Pretty listing of deployed applications and containers
|
||||
run <app> <cmd>, Run a command in the container based on application image
|
||||
run <app> <cmd>, Run a command in a new container using the current application image
|
||||
trace [on/off], Enable dokku tracing
|
||||
url <app>, Show the first URL for an application (compatibility)
|
||||
urls <app>, Show all URLs for an application
|
||||
|
||||
Reference in New Issue
Block a user