Update apple-m1.md

This commit is contained in:
Stephen Turner 2021-01-29 17:27:37 +00:00 committed by GitHub
parent c23d1daf63
commit 7e7d5c07dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 `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. - The DNS name `vm.docker.internal` does not work.
- Kubernetes does not initialize because of a missing DNS name. - Kubernetes does not initialize because of a missing DNS name.
- osxfs file sharing does not work.
- The HTTP proxy is not enabled. - 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. - Not all images are available for ARM64. You can add `--platform linux/amd64` to run an Intel image under emulation.