Raphaël
12/22/2022, 2:17 PMJonathan Rosenberg
12/22/2022, 2:19 PMRaphaël
12/22/2022, 2:38 PMJonathan Rosenberg
12/22/2022, 2:41 PMdocker run --pull always -p 8000:8000 \
-e LAKEFS_BLOCKSTORE_TYPE='s3' \
-e LAKEFS_BLOCKSTORE_S3_FORCE_PATH_STYLE='true' \
-e LAKEFS_BLOCKSTORE_S3_ENDPOINT='http://<minio_endpoint>:9000' \
-e LAKEFS_BLOCKSTORE_S3_DISCOVER_BUCKET_REGION='false' \
-e LAKEFS_BLOCKSTORE_S3_CREDENTIALS_ACCESS_KEY_ID='<minio_access_key>' \
-e LAKEFS_BLOCKSTORE_S3_CREDENTIALS_SECRET_ACCESS_KEY='<minio_secret_key>' \
treeverse/lakefs run --local-settings
Correct?Raphaël
12/22/2022, 2:45 PMJonathan Rosenberg
12/22/2022, 3:00 PM--local-settings
flag means (among other things) that the supporting key-value store (where your authentication details are stored) is local to the running container.
Do you already have another lakeFS container running?Raphaël
12/22/2022, 4:15 PMJonathan Rosenberg
12/22/2022, 4:22 PMdocker container ls --filter ancestor=treeverse/lakefs