Skip to main content
Jorge Bernhardt Jorge Bernhardt

Docker

2020

Azure Container Registry (ACR) - Part 3
·606 words·3 mins· 100 views · 5 likes
ACR Azure PowerShell Connect-AzAccount Containers
Hello everyone, as I mentioned in my previous post, today I want to show you how you can use a webhook to trigger events when certain actions are performed in your Azure container registry (ACR).
Azure Container Registry (ACR) - Part 2
·529 words·3 mins· 100 views · 5 likes
ACR Azure PowerShell Connect-AzAccount Containers
As I mentioned in my previous post today, I want to show you how to enable the geo-replication of your ACR. This feature will allow us to manage a single registry across all regions, push images to a single registry while the Azure service manages the replication, and last but not least, allows us to keep images very close to the application infrastructure.
Azure Container Registry (ACR) - Part 1
·859 words·5 mins· 100 views · 5 likes
ACR Azure PowerShell Connect-AzAccount Containers
This is the first post in a series of articles where I will show you how to manage an Azure Container Registry (ACR) with Azure PowerShell. In this first post, I want to show you how to create an ACR and use basic Docker commands with your ACR.

2019

How to Install Docker on Windows Server
·316 words·2 mins· 100 views · 5 likes
Docker docker info docker run docker version
In this post, I want to show you how to install Docker on Windows Server 2016/2019. The process to install Docker in Windows Server is easy with the help of the PowerShell module of the OneGet provider.