From 073a0e22c60817d89d25c5bf62c97e9e361b08e5 Mon Sep 17 00:00:00 2001 From: pug2694328 Date: Thu, 28 Sep 2017 09:21:13 -0500 Subject: [PATCH] Updated Common build problems (markdown) --- Common-build-problems.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Common-build-problems.md b/Common-build-problems.md index 6c91819..05b3f47 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -135,14 +135,4 @@ 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