Quantcast
Channel: CodeSection,代码区,SQL Server(mssql)数据库 技术分享 - CodeSec
Viewing all articles
Browse latest Browse all 3160

SQL Server On Containers Q&A

$
0
0
Connecting GitHub To Azure Container Registry

Kevin Feasel

2018-07-26

Cloud , Containers , Source Control

No Comment

Andrew Pruski automates the generation of SQL Server Docker images in Azure Container Registry, generating a new image with each GitHub repo check-in: Fantastic, one build task created! How easy was that?? Let’s test by running: az acr build-task run --registry TestContainerRegistry01 --name buildsqlimage And the progress of the build task can be monitored: […] Read More Creating SQL Server Images In Azure Container Registry

Kevin Feasel

2018-07-18

Cloud , Containers , Powershell

No Comment

Andrew Pruski shows us how to save Docker container images to the Azure Container Registry using Powershell: Awesome! Our custom image is in our ACR! But has it worked? Has it really? Oh ye of little faith… I guess the only way to find out is to run a container! So let’s run a Azure […] Read More

Viewing all articles
Browse latest Browse all 3160

Trending Articles