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
If the directory is fully local then everything is ok.
If the directory is s3 mounting point (I mounted s3 using Fuse, and it is not AWS, it is another provider) then I get:
ERROR: for 4925b50df6a1_cvat Cannot create container for service cvat: open /var/lib/docker/volumes/cvat_share/_data: permission denied
during docker compose.
All the files within /home/central-admin/s3-defects-data are working.
@isudos , most probably it is an issue with permissions. Try to access the directory as another user. Change permissions to the directory, mount the directory with correct rights.
I'm trying to use directory /home/central-admin/s3-defects-data as shared folder in accordance with instructions from here: https://openvinotoolkit.github.io/cvat/docs/administration/basics/installation/#share-path
If the directory is fully local then everything is ok.
If the directory is s3 mounting point (I mounted s3 using Fuse, and it is not AWS, it is another provider) then I get:
ERROR: for 4925b50df6a1_cvat Cannot create container for service cvat: open /var/lib/docker/volumes/cvat_share/_data: permission denied
during docker compose.
All the files within /home/central-admin/s3-defects-data are working.
What can cause this?
Originally posted by @isudos in #2263 (comment)
The text was updated successfully, but these errors were encountered: