Skip to content

Instantly share code, notes, and snippets.

@davidolrik
Last active December 19, 2022 12:51
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 davidolrik/4f0f803dffc250b113e4d383294d0066 to your computer and use it in GitHub Desktop.
Save davidolrik/4f0f803dffc250b113e4d383294d0066 to your computer and use it in GitHub Desktop.
Add extra volume colima ( ~/.colima/_templates/default.yaml )
provision:
- mode: system
script: |
mkdir -p /Users/davidolrik
mount /Users/davidolrik
mkdir -p /tmp/colima
mount /tmp/colima
mkdir -p /Volumes/Projects
mount /Volumes/Projects
mounts:
- location: /Users/davidolrik
writable: true
- location: /tmp/colima
writable: true
- location: /Volumes/Projects
writable: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment