You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »


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

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



  • No labels