Exemplo n.º 1
0
func init() {
	types.AddIsolatorValueConstructor(LinuxNamespacesName, newLinuxNamespace)
}
Exemplo n.º 2
0
func init() {
	types.AddIsolatorValueConstructor(HostPrivilegedName, newHostPrivileged)
}