Last active
May 2, 2022 15:41
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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