x509: Zertifikat signiert von unbekannt Behörde - beide mit docker und mit github

docker build -t oreng/iojs .

INFO[0000] Get https://index.docker.io/v1/repositories/library/iojs/images: x509: certificate signed by unknown authority. 

meine Dockerfile ist

FROM iojs:latest
RUN useradd -ms /bin/bash developer
WORKDIR /home/developer
USER developer

Auch hub create (mit https://github.com/github/hub)

Post https://api.github.com/user/repos: x509: certificate signed by unknown authority 
InformationsquelleAutor user3538553 | 2015-03-26
Schreibe einen Kommentar