Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/initContainer: Unbreak 'enter' if NVIDIA Persistence Daemon is used
If the NVIDIA Persistence Daemon is used, then 'enter' fails with: $ sudo systemctl start nvidia-persistenced.service $ toolbox enter Error: mount: /run/nvidia-persistenced/socket: mount point does not exist. dmesg(1) may have more information after failed mount system call. failed to apply mount from Container Device Interface for NVIDIA This is due to the socket at /run/nvidia-persistenced/socket being listed in the Container Device Interface specification when the NVIDIA Persistence Daemon is used. Fallout from 6e848b2 containers#1572
- Loading branch information