mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
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")
|
|
}
|