This commit is contained in:
Michael Hobbs
2015-01-14 16:23:02 -08:00
parent 61e154899b
commit 376e1d3411

View 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)
```