Skip to content

Instantly share code, notes, and snippets.

@nij4t
Created January 24, 2022 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nij4t/1e4c49cb25e7c04dcca0aa55545f41d4 to your computer and use it in GitHub Desktop.
Save nij4t/1e4c49cb25e7c04dcca0aa55545f41d4 to your computer and use it in GitHub Desktop.
Lima VM config. Docker Desktop replacement for Mac (Apple Silicon Support Patch)
--- default.yaml 2022-01-24 15:12:57.000000000 +0100
+++ default.aarch64.yaml 2022-01-24 15:13:39.000000000 +0100
@@ -110,6 +110,9 @@
else
echo "Docker already installed"
fi
+ # Add aarch64 support
+ systemctl start containerd
+ nerdctl run --privileged --rm tonistiigi/binfmt --install all
# `user` is executed without the root privilege
- mode: user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment