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
latest: Pulling from rexray/s3fs
Digest: sha256:8f1ededd08deb86093ece2c80defa263c9aeb3eadfead6b17fe7bd767e417df9
5fa993fcb5a9: Complete
Error response from daemon: dial unix /run/docker/plugins/8004d74055bcf3f34e3087998d07aedef82124bca27621cae21001a54f300645/rexray.sock: connect: no such file or directory
Any directions on what should I do? Thanks
The text was updated successfully, but these errors were encountered:
same here! This suddenly stopped working with very similar configuration
The problems seems to be the python version 3.12, so I changed it back to 3.11.
I dont know if the problemx is already fixed.
same here! This suddenly stopped working with very similar configuration
The problems seems to be the python version 3.12, so I changed it back to 3.11.
I dont know if the problemx is already fixed.
Summary
I'm trying to run a container with rstudio inside. In order to work with files from s3 I tried to install this plugin but its not workin properly.
For that I'm using a ec2 machine with a fresh installation of docker via
curl -sSL https://get.docker.com/ | sh
After that I created the group and add the role
sudo usermod -aG docker ubuntu
and then I'm tried to install the plugin using the next
yes | docker plugin install rexray/s3fs
S3FS_OPTIONS="allow_other,iam_role=auto,umask=000"
S3FS_REGION=us-east-1
LINUX_VOLUME_FILEMODE=0755
LIBSTORAGE_INTEGRATION_VOLUME_OPERATIONS_MOUNT_ROOTPATH="/"
LINUX_VOLUME_ROOTPATH="/"
--grant-all-permissions
After all that, the message is:
latest: Pulling from rexray/s3fs
Digest: sha256:8f1ededd08deb86093ece2c80defa263c9aeb3eadfead6b17fe7bd767e417df9
5fa993fcb5a9: Complete
Error response from daemon: dial unix /run/docker/plugins/8004d74055bcf3f34e3087998d07aedef82124bca27621cae21001a54f300645/rexray.sock: connect: no such file or directory
Any directions on what should I do? Thanks
The text was updated successfully, but these errors were encountered: