Fix lxc driver build issue on Mac OS X
Docker-DCO-1.1-Signed-off-by: Albert Zhang <zhgwenming@gmail.com> (github: zhgwenming) Upstream-commit: 210db1234dfb8d279bc1e5e2c8438dc8db2ee27d Component: engine
This commit is contained in:
@ -2,12 +2,10 @@
|
||||
|
||||
package lxc
|
||||
|
||||
import "github.com/docker/docker/daemon/execdriver"
|
||||
|
||||
func setHostname(hostname string) error {
|
||||
panic("Not supported on darwin")
|
||||
}
|
||||
|
||||
func finalizeNamespace(args *execdriver.InitArgs) error {
|
||||
func finalizeNamespace(args *InitArgs) error {
|
||||
panic("Not supported on darwin")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user