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
Hi,
dsub only includes --image to include a docker image, but I need to add more parameters with docker image to run fuse and fusera (as below)? How can I add these parameters?
Can you describe more about your use case? Do you need fuse in order to mount cloud storage? Are you hoping to do this on the local or google providers?
If you're hoping to mount cloud storage, with the google-v2 and google-cls-v2 providers you can use dsub's --mount flag to mount buckets. See Mounting a Google Cloud Storage bucket. The key thing about this flag is that it sets the enableFuse flag in the Lifesciences API which causes the docker to be run with CAP_SYS_ADMIN.
My use case is that I want to use fusera in the following cmds. But it always shows that fusera cannot find fuse although the fuse is installed. If I run docker as this (add some parameters): sudo docker run --rm -it --privileged --cap-add SYS_ADMIN --cap-add MKNOD --device /dev/fuse fusera/fusera:alpine. it works. But dsub seems cannot add these parameters.
Hi,
dsub only includes --image to include a docker image, but I need to add more parameters with docker image to run fuse and fusera (as below)? How can I add these parameters?
sudo docker run --rm -it --privileged --cap-add SYS_ADMIN --cap-add MKNOD --device /dev/fuse fusera/fusera:alpine
Thanks!
The text was updated successfully, but these errors were encountered: