You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
Expected to see
composer_cache
anddb_backup
listedThe text was updated successfully, but these errors were encountered: