Merge pull request #8621 from zhgwenming/lxc
Fix lxc driver build issue on Mac OS X Upstream-commit: 9b795108c7c15c531c1ef06889b0e975a822059d 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