Hacker News new | ask | show | jobs
by oauea 2001 days ago
> Or use named volumes

And how do you access these from your host with high performant IO?

1 comments

There’s no need to in my situation. 99% of the files are dependencies installed through Composer (PHP) while building the Dockerfile. The few directories I need to work on directly are bind mounts and don’t have much impact on overall runtime performance.