-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Super minor issue as I can see the Plex transcode PIDs if I run nvidia-smi on the host (outside the container)
As a workaround you pass the --pid=host flag to a docker run command.
For example:
docker run --rm --gpus all --pid=host nvidia/cuda:11.0-base nvidia-smiJust note that every container will see the same process list, there is no isolation of being able to only see the processes which pertain to the container you are in.
Is there an equivalent --pid=host flag for the Docker Compose File Specification, and is it compatible with Docker Swarm? If so this would be trivial to correct.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request