Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.
This repository was 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

Description

@ZXY0806

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions