Sign inSign up

cemvarol/iis

By cemvarol

Updated about 5 years ago

Image
0

2.1K

cemvarol/iis repository overview

https://raw.githubusercontent.com/cemvarol/Containers/master/1-ExportDockerImage

https://raw.githubusercontent.com/cemvarol/Containers/master/2-ExportDockerContainer

On the webapp use

cemvarol/iis:cemo01

docker pull docker.io/cemvarol/iis:cemo02

az acr import -n cvaz081901acr02 --source mcr.microsoft.com/windows/servercore/iis:windowsservercore-ltsc2016 --image windowsservercore-ltsc2016

az acr import -n cvaz081901acr02 --source docker.io/cemvarol/iis:cemo01 --image cemo02

To upload to Azure Container Registry
Commit the existing image

docker commit Tomato cemvarol/iis:cemo02

Tag with the ACR name

docker tag cemvarol/iis:cemo66 cemsacr.azurecr.io/cemo66

Docker Login to ACR

docker Login cemsacr.azurecr.io

-- Provide Creds.

Upload to ACR with the command Push

docker push cemsacr.azurecr.io/cemo66

Tag summary

Content type

Image

Digest

Size

2.5 GB

Last updated

about 5 years ago

docker pull cemvarol/iis:cemo67