Skip to content

Instantly share code, notes, and snippets.

@noopkat
Created December 16, 2017 09:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noopkat/95ade0296c3602f51e71fc767e3efee3 to your computer and use it in GitHub Desktop.
Save noopkat/95ade0296c3602f51e71fc767e3efee3 to your computer and use it in GitHub Desktop.
az container create \
--resource-group <resource-group-name> \
--name <container-instance-name> \
--image <docker-image-name> \
--azure-file-volume-account-name <file-storage-name> \
--azure-file-volume-account-key <file-storage-key> \
--azure-file-volume-share-name <file-share-name> \
--azure-file-volume-mount-path /aci/status/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment