Last active
April 7, 2024 20:44
-
-
Save nirgeier/04f4dad0e5ad9172880d70fece69e92e to your computer and use it in GitHub Desktop.
Fixing limactl mount on MacOs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Place the file under ~/.lima/_config/override.yaml | |
cat << EOF > ~/.lima/_config/override.yaml | |
--- | |
mounts: | |
- location: "/tmp" | |
writable: true | |
- location: "~/" | |
writable: true | |
EOF | |
# Connect to limactl ssh | |
ssh -F /Users/nirg/.lima/docker/ssh.config lima-docker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment