...

Source file src/github.com/opencontainers/runc/libcontainer/configs/namespaces_unsupported.go

Documentation: github.com/opencontainers/runc/libcontainer/configs

     1  //go:build !linux
     2  // +build !linux
     3  
     4  package configs
     5  
     6  // Namespace defines configuration for each namespace.  It specifies an
     7  // alternate path that is able to be joined via setns.
     8  type Namespace struct{}
     9  

View as plain text