Skip to content

Instantly share code, notes, and snippets.

@nirgeier
Last active April 7, 2024 20:44
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 nirgeier/04f4dad0e5ad9172880d70fece69e92e to your computer and use it in GitHub Desktop.
Save nirgeier/04f4dad0e5ad9172880d70fece69e92e to your computer and use it in GitHub Desktop.
Fixing limactl mount on MacOs
# 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