flownative / localbeach

The Local Beach client written in Go
Apache License 2.0
7 stars 3 forks source link

Switch to native file handling for Docker on macOS #41

Closed kdambekalns closed 1 month ago

kdambekalns commented 2 years ago

Modern Docker file mount implementations on macOS are fast enough to be usable directly.

This is needed to use this:

To get this to the users, we need to

kdambekalns commented 2 years ago

To use native file mounts in a Local Beach project, adjust .localbeach.docker-compose.yaml as follows:

kdambekalns commented 1 year ago

Meanwhile VirtioFS is no longer experimental, delegated is a no-op, … this should progress at some point.

Only pitfall: it still seems slower than the old devkit-approach, at least for some. See https://github.com/neos/Neos.NeosIo/issues/473

kdambekalns commented 1 year ago

This has been (partly) addressed by #70, thanks to @ahaeslich!

kdambekalns commented 1 month ago

Aside from the adjusting of existing projects still using devkit, this is done. And that remaining task is something for #60 to solve…