Skip to content

Instantly share code, notes, and snippets.

@imartinezm
Created December 13, 2017 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imartinezm/424b2251a43f13bedc187cc0389a8d98 to your computer and use it in GitHub Desktop.
Save imartinezm/424b2251a43f13bedc187cc0389a8d98 to your computer and use it in GitHub Desktop.
code create container windows server core
docker --help
docker --run
Install-Module DockerProvider -Force
Install-Package Docker  -ProviderName -DockerProvider -Force
docker pull microsoft/windowsservercore
docker images
docker version
hostname
Install-WindowsFeature web-server
echo "BIENVENIDOS A VENTANA DE TECNOLOGIA CONTAINERS WINDOWS SERVER 2016 " >C:\windows\wwwroot\index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment