Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for libcontaineruserns (0.12 sec)

  1. pkg/kubelet/userns/inuserns/inuserns_linux.go

    limitations under the License.
    */
    
    package inuserns
    
    import libcontaineruserns "github.com/opencontainers/runc/libcontainer/userns"
    
    // RunningInUserNS detects whether the current process is running in a user namespace.
    func RunningInUserNS() bool {
    	return libcontaineruserns.RunningInUserNS()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jan 09 01:42:20 UTC 2024
    - 833 bytes
    - Viewed (0)
Back to top