Versions Compared

Key

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

...

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


Enable Buildkit

Image Added

Enable Experimental Features 

  • Use the new Virtualization framework

...

After enabling this feature, reset your Kubernetes network.


Add Environment Variables

vi ~/.zshrc

Code Block
export DOCKER_BUILDKIT=1
export DOCKER_DEFAULT_PLATFORM=linux/arm64


Docker Build Errors

"failed to solve with frontend dockerfile.v0"

...