Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents


It seems that for docker to work best, we need to do the following things:

Enable Experimental Features 

  • Use the new Virtualization framework

...

After enabling this feature, reset your Kubernetes network.



Building for ARM64


Specify platform in Dockerfile

Code Block
FROM --platform=linux/arm64 alpine:3.10
...