Hacker News new | ask | show | jobs
by golanggeek 1073 days ago
Very nice. To have some sub directories as read-write would be super useful.
1 comments

It totally works with read-write enabled and in fact rancher uses it this way. Make this change:

    mounts:
    - location: "~/sandbox"
      writable: true 
Lima cautions against this:

      # Setting `writable` to true is possible, but untested and dangerous.
But I never hit any problems when I played around with it. Here are my notes: https://earthly.dev/blog/lima/
Very helpful notes on your blog, thank you for sharing!