Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep cache folders inside docker containers #117

Open
htuscher opened this issue Mar 9, 2016 · 4 comments
Open

Keep cache folders inside docker containers #117

htuscher opened this issue Mar 9, 2016 · 4 comments

Comments

@htuscher
Copy link
Member

htuscher commented Mar 9, 2016

Hey guys, thank you very much for that genius boilerplate.

I want to make one suggestion for enhancement:
Running on OSX has some performance drawbacks, as you have a mounted folder inside the VM and the hypervisor needs to synchronize cache folders, which is pretty slow (no matter if VBoxFS or NFS).
As you usually don't need any files inside the cache folder during development, it would be great if the cache folder can reside inside the docker container. I think this would dramatically increase the performance of the entire environment.

Best regards

@elmar-hinz
Copy link
Contributor

Isn't it getting more difficult to delete the cache folders manually in case T3 fully blocks?

@mblaschke
Copy link
Member

Hint: This is mainly a VirtualBox issue, performance (with or without NFS) with VMware or Parallels is great.

@mblaschke
Copy link
Member

You can create /storage/typo3temp and symlink your typo3temp to this directory.

@josefglatz
Copy link
Member

We could maybe add a note about this in our documentation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants