83 |
Hello, World from thomasthornton.cloud
84 |
Explore DevOps the Hard Way Azure: Hands-on learning for real-world skills.
85 |
Start Learning
86 |
87 |
88 |
--------------------------------------------------------------------------------
/3-Docker/images/acr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thomast1906/DevOps-The-Hard-Way-Azure/14c69268f159c540ef8517efae084027bf2d5f17/3-Docker/images/acr.png
--------------------------------------------------------------------------------
/3-Docker/scripts/build-push-acr.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | # build-push-acr.sh
3 | #
4 | # This script automates the process of building a Docker image and pushing it to Azure Container Registry.
5 | # It demonstrates best practices for working with Docker and ACR.
6 | #
7 | # Usage:
8 | # ./build-push-acr.sh