Arts-of-coding
commited on
Commit
•
da0800c
1
Parent(s):
aa253c8
Update mount-blobfuse.sh
Browse files- mount-blobfuse.sh +4 -4
mount-blobfuse.sh
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
# mount our blobstore
|
2 |
test ${AZURE_MOUNT_POINT}
|
3 |
-
|
4 |
-
|
5 |
|
6 |
-
who
|
7 |
# mount our blobstore
|
8 |
-
|
9 |
|
10 |
# run the command passed to us
|
11 |
#exec "uvicorn main:app --host 0.0.0.0 --port 5000"
|
|
|
1 |
# mount our blobstore
|
2 |
test ${AZURE_MOUNT_POINT}
|
3 |
+
rm -rf ~/app/azure
|
4 |
+
mkdir ~/app/azure
|
5 |
|
6 |
+
#who
|
7 |
# mount our blobstore
|
8 |
+
blobfuse2 $AZURE_MOUNT_POINT --use-https=true --tmp-path=/tmp/blobfuse/$AZURE_STORAGE_ACCOUNT --container-name=$AZURE_STORAGE_ACCOUNT_CONTAINER -o allow_other --use-attr-cache=true --basic-remount-check=true --read-only=true
|
9 |
|
10 |
# run the command passed to us
|
11 |
#exec "uvicorn main:app --host 0.0.0.0 --port 5000"
|