I'm using the following Docker image for a MS Sql Server ...
version: "3.2"
services:
sql-server-db:
image: mcr.microsoft.com/mssql/server:latest
ports:
- 1433:1433
env_file: ./tests/.my_test_env
How do I construct a Docker image to emulate the Azure Data lake (gen 2)? I interact with the data lake using a the Python 3 SDK, documented here -- https://learn.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-directory-file-acl-python .