mirror of
https://github.com/docker/cli.git
synced 2026-09-16 10:05:45 -05:00
Docker-DCO-1.1-Signed-off-by: Alexander Larsson <alexl@redhat.com> (github: alexlarsson) Upstream-commit: 359b7df5d2af5733b8a1ea6746d062053053b23e 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")
|
|
}
|