Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Docker leaving zombie processes everytime i mount a vieux/sshfs volume to create a container. #78

Open
ZXY0806 opened this issue Aug 4, 2020 · 2 comments · May be fixed by #83
Open

Comments

@ZXY0806
Copy link

ZXY0806 commented Aug 4, 2020

I have few volumes created with the vieux/sshfs driver, and i create some containers which mount one of these volumes.

The containers spawned by the services execute a single script, after which the container finishes/exits. The comman may like this:
"docker run --rm -v {ssh_volume_name}:/home/data --entrypoint='pwd' {image_name}"

All works smooth, except that there is exceptionally 4 zombie processes accumulated in the host machine everytime exec "docker run".
I use "ps -ef" , i find this:

73620
I dont't know why and how can i do to avoid this. Please help!

@ivandeex
Copy link

A similar problem was reported in trajano/docker-volume-plugins#29 and fixed in trajano/docker-volume-plugins#30 (comment)

@MarcinWieczorek
Copy link

I confirm that zombies appear.

tobiasschuelke pushed a commit to tobiasschuelke/docker-volume-sshfs that referenced this issue Jun 18, 2021
@tobiasschuelke tobiasschuelke linked a pull request Jun 18, 2021 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants