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

Error: rexray/s3fs as a docker plugin, cant find the right socket #1376

Open
inavarretej opened this issue Feb 13, 2024 · 3 comments
Open

Error: rexray/s3fs as a docker plugin, cant find the right socket #1376

inavarretej opened this issue Feb 13, 2024 · 3 comments

Comments

@inavarretej
Copy link

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

@arnaldorigo
Copy link

same here! This suddenly stopped working with very similar configuration

@inavarretej
Copy link
Author

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.

@arnaldorigo
Copy link

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.

i have version 2.7 so I don't know

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

2 participants