From a82c53381f5305a1dfbf4962891da923feaa6de3 Mon Sep 17 00:00:00 2001 From: pug2694328 Date: Thu, 28 Sep 2017 09:13:07 -0500 Subject: [PATCH] Updated Common build problems (markdown) --- Common-build-problems.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Common-build-problems.md b/Common-build-problems.md index 5249e03..6c91819 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -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 +``` \ No newline at end of file