Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 288 Bytes

File metadata and controls

9 lines (8 loc) · 288 Bytes

Docker


  • Using Environment Variables:

    • Fetch secrets from Key Vault and pass them to Docker containers.
  • Sample Command:

docker run -e SECRET_VALUE=$(az keyvault secret show --vault-name <Your-Key-Vault-Name> --name MySecret --query value -o tsv) your-docker-image