Aneyshia Taylor
07/19/2023, 9:11 PMAmit Kesarwani
07/19/2023, 9:15 PM--name lakefs
) so you will not get the error (No such container: lakefs
)
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" --name lakefs treeverse/lakefs run --local-settings
empyrean
is your repo name instead of container name. You can get the container name by running following command
docker container ls
Aneyshia Taylor
07/19/2023, 9:38 PM