mirror of
https://github.com/moby/moby.git
synced 2026-08-03 22:51:03 +00:00
Fix lxc driver build issue on Mac OS X
Docker-DCO-1.1-Signed-off-by: Albert Zhang <zhgwenming@gmail.com> (github: zhgwenming)
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