mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
11 lines
432 B
Markdown
11 lines
432 B
Markdown
# 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)
|
|
```
|