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

init-project only creates composer and db caches when docker isn't running #12

Open
GMSteuart opened this issue Apr 15, 2019 · 0 comments

Comments

@GMSteuart
Copy link

Issue: the check for cached volumes is based off whether or not docker is running. In most cases, docker is started on boot, and cached volumes would never be created

Expected: the check for cached volumes to be based off whether those volumes exist or not

Commands Ran:

$ fin docker volume ls
$ fin docker volume ls | grep composer_cache
$ fin docker volume ls | grep db_backup

Expected to see composer_cache and db_backup listed

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

1 participant