From c2243752538da30b716d99b621757f165afb18d2 Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Mon, 9 Nov 2020 14:56:02 +0100 Subject: [PATCH] warning, Docker-for-Mac is a beast --- Docker-for-Mac.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Docker-for-Mac.md b/Docker-for-Mac.md index 378cf2e..9d24bc6 100644 --- a/Docker-for-Mac.md +++ b/Docker-for-Mac.md @@ -1,3 +1,10 @@ +# Attention: issues for developer scenarios! + +- beware: this will probably break your Docker for Mac install in more ways than one +- docker for mac does bizarre stuff with proxies, affecting runtime and building of containers +- you might run into https://github.com/docker/for-mac/issues/2467 + - building images is affected for sure; simple "FROM ubuntu; RUN apt update" fails + # Using a Docker Desktop for Mac as a client for the proxy First, know this is a MiTM, and could break with new Docker Desktop for Mac releases or during resets/reinstalls/upgrades.