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

Feature: The generated containers should by default share a composer cache to speed up installation #95

Open
3 tasks
mleutenegger opened this issue May 21, 2022 · 0 comments
Labels
enhancement New feature or request priority: medium

Comments

@mleutenegger
Copy link
Member

mleutenegger commented May 21, 2022

The host container (and the init command) should share a composer cache. This is relatively simple, as we would simply have to add a named volume to docker.

The following has to be fulfilled before a PR can be merged:

  • A named volume is mounted in the default composer cache directory for host containers and in the init docker run command
  • The location of the volume inside the container can be customized using a config option
  • The volume can be cleared using a command (like ssdev clear-composer-cache)
@mleutenegger mleutenegger added enhancement New feature or request priority: medium labels May 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority: medium
Projects
None yet
Development

No branches or pull requests

1 participant