lando / docs

The main docs site for Lando
https://docs.lando.dev/
GNU General Public License v3.0
20 stars 56 forks source link

Add detail to App Mount documentation section #4

Closed markdorison closed 2 years ago

markdorison commented 4 years ago

Please complete the following:

Link to the page that needs to be updated or changed. https://docs.lando.dev/config/services.html#app-mount

Describe the change you'd like The overview of the "App Mount" section describes the functionality but does not detail what the benefits are or if there are any trade-offs.

Lando will automatically mount your codebase in every container at /app using the :cached performance optimization flag. However, you can change the mount flag on a per-service basis or disable the mount entirely if you so choose.

I reached this page from a section on performance so I am assuming there are performance implications, but stating this explicitly could be helpful.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions and please check out this if you are wondering why we auto close issues.

reynoldsalec commented 2 years ago

@markdorison I think the unstated connection is that, because Lando is that optimize our app mounts = using the :cached performance optimization flag...not sure how to make that clearer, I think it's a "how the sausage is made" detail that probably helps people who are Docker fans.