NETWORK ADMINISTRATIONSWindows server

Virtualizar un Container en Windows Server 2019 en Microsoft Azure

Bueno aquí le dejare el link de Microsoft Azure:
https://azure.microsoft.com/en-us/free/search/?&ef_id=CjwKCAjwz_WGBhA1EiwAUAxIceQpaGYssGUAd1NAto-_AhKKJwos69nsdcJid-oYcrK5Yb1QVvLlcRoCsgMQAvD_BwE:G:s&OCID=AID2200236_SEM_CjwKCAjwz_WGBhA1EiwAUAxIceQpaGYssGUAd1NAto-_AhKKJwos69nsdcJid-oYcrK5Yb1QVvLlcRoCsgMQAvD_BwE:G:s&gclid=CjwKCAjwz_WGBhA1EiwAUAxIceQpaGYssGUAd1NAto-_AhKKJwos69nsdcJid-oYcrK5Yb1QVvLlcRoCsgMQAvD_BwE

Y aqui los codigos del Docker:
Install-PackageProvider -Name Nuget -Force
Install-Module -Name DockerMsftProvider -Repository PSGallery -Force
Install-Package -Name Docker -ProviderName DockerMsftProvider
y
Restart-Computer -Force

(Reinicias la maquina virtual)
docker search microsoft
docker pull microsoft/iis:windowsservercore
docker run -d -p 80:80 microsoft/iis:windowsservercore
ipconfig
docker ps
docker stop (el id que sale en el docker ps)
docker rm (id del rocker ps)

source

windows server

Alice AUSTIN

Alice AUSTIN is studying Cisco Systems Engineering. He has passion with both hardware and software and writes articles and reviews for many IT websites.

Leave a Reply

Your email address will not be published. Required fields are marked *