Hi, I build a docker image from github Dockerfile of Openshift Origin. when I try to login as system:admin with
`[root@localhost origin]# oc login -u system:admin Authentication required for https://localhost:8443 (openshift) Username: system:admin Password: error: username system:admin is invalid for basic auth` origin asks for user password but system:admin is with credentials. Also I tried with flags: --certificate-authority=/path/to/cert.crt but still asking for a password.. docker logs: `W0210 11:57:33.038079 5223 container_manager_linux.go:272] [ContainerManager] Failed to ensure state of "/docker-daemon": [failed to move PID 5294 (in "/") to "/docker-daemon", failed to move PID 5017 (in "/system.slice/docker.service") to "/docker-daemon"] 2016-02-10 11:57:33.600988 I | http: TLS handshake error from 127.0.0.1:52055: remote error: bad certificate` Some ideas? Greetings! -- Gonzalo Moya R. _______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
