Skip to content

Instantly share code, notes, and snippets.

@mohite-abhi
Last active May 2, 2022 15:41
Show Gist options
  • Save mohite-abhi/59d1f0d39654707edd609b2207fe02a2 to your computer and use it in GitHub Desktop.
Save mohite-abhi/59d1f0d39654707edd609b2207fe02a2 to your computer and use it in GitHub Desktop.
Docker command to run the dell-azure-implement image in a container in the server
docker run -d -p 5000:5000 -e "AZURE_STORAGE_CONNECTION_STRING=DefaultEndpointsProtocol=https;AccountName=dellparquetstorage;AccountKey=<account_key>;EndpointSuffix=core.windows.net" dell-azure-implement
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment