https://lakefs.io/ logo
#help
Title
a

Aneyshia Taylor

07/19/2023, 8:00 PM
docker run --pull always -p 8000:8000 -e LAKEFS_BLOCKSTORE_TYPE='azure' -e LAKEFS_BLOCKSTORE_AZURE_STORAGE_ACCOUNT='XXX' -e LAKEFS_BLOCKSTORE_AZURE_STORAGE_ACCESS_KEY='XXX' treeverse/lakefs run --local-settings.
i

Itai Admi

07/19/2023, 8:29 PM
Hi @Aneyshia Taylor, the error seems weird. May I ask you to try without the apostrophes? something like:
Copy code
docker run --pull always -p 8000:8000 -e LAKEFS_BLOCKSTORE_TYPE=azure -e LAKEFS_BLOCKSTORE_AZURE_STORAGE_ACCOUNT=XXX -e LAKEFS_BLOCKSTORE_AZURE_STORAGE_ACCESS_KEY=XXX treeverse/lakefs run --local-settings
👍 1
a

Amit Kesarwani

07/19/2023, 8:32 PM
FYI: I tried with apostrophes and it worked for me.
But I am using mac while Aneyshia uses Windows
a

Aneyshia Taylor

07/19/2023, 8:46 PM
I changed the single quotes to double quotes. It's working now. Thank you Amit!
5 Views