Open ghost opened 7 years ago
That's not really surprising, since runc simply won't work on macOS (it's GNU/Linux only). It should build and work on a GNU/Linux system though.
@cyphar why docker runtime is runc on macOS but runc can't build on mac?
github.com/opencontainers/runc/libcontainer/utils libcontainer/utils/utils_unix.go:38: undefined: syscall.SOCK_CLOEXEC
same problem. mark
@fanux "Docker on macOS" uses Linux, they just use VMs (boot2docker
or xhyve
) to run Linux so they can run runc
. They do a bunch of other tricks to make it look transparent.
When following the build instructions specified in the readme on macOS 10.12.3 I get the following error from the
make
command.