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
{{ message }}
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.
I'm currently using svfs in a docker container to mount the object storage. The issue I'm facing is that to use this I have to add svfs capabilities to my container. As far as I know I cannot share mounted drive from one container to another. It's not very practical to do such docker image extension as I have to rewrite the entrypoint/cmd command to add a script that launches the svfs mount and the container's original entrypoint. To be able to mount swift with svfs the container must be run as privileged which is not really ideal.
I would seem that the best approach would be to implement a docker volume plugin for openstack swift. It would make everything simpler. Could you please consider making such volume plugin ? There are already many volume plugin, just none for openstack swift (https://docs.docker.com/engine/extend/legacy_plugins/#volume-plugins)
Beside, I think it could benefit your sunrise containers offer to be able to use object storage easily without the need to rebuild the container with svfs.
Hello OVH,
I'm currently using svfs in a docker container to mount the object storage. The issue I'm facing is that to use this I have to add svfs capabilities to my container. As far as I know I cannot share mounted drive from one container to another. It's not very practical to do such docker image extension as I have to rewrite the entrypoint/cmd command to add a script that launches the svfs mount and the container's original entrypoint. To be able to mount swift with svfs the container must be run as privileged which is not really ideal.
I would seem that the best approach would be to implement a docker volume plugin for openstack swift. It would make everything simpler. Could you please consider making such volume plugin ? There are already many volume plugin, just none for openstack swift (https://docs.docker.com/engine/extend/legacy_plugins/#volume-plugins)
Beside, I think it could benefit your sunrise containers offer to be able to use object storage easily without the need to rebuild the container with svfs.
Here is some pointers about it:
Best regards,
The text was updated successfully, but these errors were encountered: