Versions Compared

Key

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

Status
colourRed
titleAlert
 This content may no longer be applicable.


Table of Contents


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


Enable Buildkit

Image Added

Enable Experimental Features 

...

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"

...