mirror of
https://github.com/dokku/dokku.git
synced 2025-12-28 16:06:40 +01:00
ps docs
This commit is contained in:
10
docs/process-management.md
Normal file
10
docs/process-management.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Process/Container management
|
||||
|
||||
Dokku supports rudimentary process (really container) management via the `ps` plugin.
|
||||
|
||||
```
|
||||
ps <app> List processes running in app container(s)
|
||||
ps:restart <app> Restart app container(s)
|
||||
ps:start <app> Start app container(s)
|
||||
ps:stop <app> Stop app container(s)
|
||||
```
|
||||
Reference in New Issue
Block a user