FUSE-based file system backed by Microsoft Azure's blob storage
1.2K
FUSE-based file system backed by Microsoft Azure's blob storage
Examples & Usage <#examples--usage>_Installation & Setup <#installation-setup>_|Python Version| |License Type|
Start blobfs where mnt is the folder where you want to mount Azure and temp is an empty directory for caching.
.. code:: bash
python -W ignore blobfs.py temp mnt
Prerequisites:
libfuse
python2.7
python-pip
.. code:: bash
pip install azure-storage
2. Add your storage account name and key to config.py
.. code:: bash
python -W ignore verify-azure.py
.. code:: bash
docker run -it --privileged mbartoli/blobfs /bin/bash
.. |Python Version| image:: https://img.shields.io/badge/python-2.7-yellow.svg :target: https://www.python.org/
.. |License Type| image:: https://img.shields.io/badge/license-APLv2-blue.svg :target: https://github.com/mbartoli/blobfs/blob/master/LICENSE
Content type
Image
Digest
Size
199.8 MB
Last updated
almost 10 years ago
docker pull mbartoli/blobfs