docs: document the possibility of zombie processes on ssh disconnect for :connect and :enter commands
Apparently terminating the ssh connection that runs 'docker exec' may result in a process leak as the signal isn't propagated properly (moby/moby#9098). Since we cannot fix this, we should document it so that users do not stumble upon the issue unawares. Closes dokku/dokku-postgres#212
This commit is contained in:
@@ -257,6 +257,8 @@ dokku mongo:connect <service>
|
||||
|
||||
Connect to the service via the mongo connection tool:
|
||||
|
||||
> NOTE: disconnecting from ssh while running this command may leave zombie processes due to moby/moby#9098
|
||||
|
||||
```shell
|
||||
dokku mongo:connect lollipop
|
||||
```
|
||||
@@ -270,6 +272,8 @@ dokku mongo:enter <service>
|
||||
|
||||
A bash prompt can be opened against a running service. Filesystem changes will not be saved to disk.
|
||||
|
||||
> NOTE: disconnecting from ssh while running this command may leave zombie processes due to moby/moby#9098
|
||||
|
||||
```shell
|
||||
dokku mongo:enter lollipop
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user