1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-15 23:03:53 -05:00

Updated Common build problems (markdown)

pug2694328
2017-09-28 09:13:07 -05:00
parent b1011120a4
commit a82c53381f

@@ -136,3 +136,13 @@ If you have python-build installed as an pyenv plugin:
```sh
$ cd ~/.pyenv/plugins/python-build && git pull
```
## mac os x 'git cirrus docker-image build' failures and solutions
### docker build -t docker-registry:8081...
### Get https://docker-registry:8081/v3/data_client/manifests/latest: no basic auth credentials
In os x you likely need to designate your docker daemon to designate docker-registry:8081 as an 'insecure registry'
```
docker > preferences > daemon
Add an insecure registry docker-registry:8081
Apply and restart
```