warning, Docker-for-Mac is a beast

pull/64/head
Ricardo Pardini 2020-11-09 14:56:02 +01:00 committed by GitHub
parent ae77f739d8
commit c224375253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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 # 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. First, know this is a MiTM, and could break with new Docker Desktop for Mac releases or during resets/reinstalls/upgrades.