julien-duponchelle / docker-osx

Fast and easy installation of Docker on OS X
1.03k stars 70 forks source link

x509: failed to load system roots and no roots provided #4

Closed sheerun closed 10 years ago

sheerun commented 10 years ago

This error occurs on command:

go get -v github.com/dotcloud/docker/...

It's because go is installed without --with-cgo flag.

bfirsh commented 10 years ago

We now use a pre-built binary, so this issue shouldn't occur.