Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael) Upstream-commit: af385151ceedde097eda8a5195b431e8076cf76b Component: engine
8 lines
116 B
Go
8 lines
116 B
Go
// +build !linux !amd64
|
|
|
|
package lxc
|
|
|
|
func setHostname(hostname string) error {
|
|
panic("Not supported on darwin")
|
|
}
|