From 7e7d5c07ddb571524bd9af1dee59bb03b12e91c9 Mon Sep 17 00:00:00 2001 From: Stephen Turner Date: Fri, 29 Jan 2021 17:27:37 +0000 Subject: [PATCH] Update apple-m1.md --- docker-for-mac/apple-m1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-for-mac/apple-m1.md b/docker-for-mac/apple-m1.md index b8bcf52806..11ba844d9f 100644 --- a/docker-for-mac/apple-m1.md +++ b/docker-for-mac/apple-m1.md @@ -27,6 +27,7 @@ The tech preview of Docker Desktop for Apple M1 currently has the following limi - The DNS name `host.docker.internal` only works if you add `--add-host=host.docker.internal:host-gateway` to the `docker run` command - The DNS name `vm.docker.internal` does not work. - Kubernetes does not initialize because of a missing DNS name. +- osxfs file sharing does not work. - The HTTP proxy is not enabled. - Not all images are available for ARM64. You can add `--platform linux/amd64` to run an Intel image under emulation.