mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-06 13:41:36 +00:00
8 lines
121 B
Go
8 lines
121 B
Go
// +build !linux
|
|
|
|
package lxc
|
|
|
|
func finalizeNamespace(args *InitArgs) error {
|
|
panic("Not supported on this platform")
|
|
}
|