-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Technoriders edited this page Dec 30, 2018
·
4 revisions
- Download Docker & Docker App Docker Desktop - Windows and install
- Start Docker for Windows : search for Docker, select Docker for Windows in the search results, and click it (or hit Enter)
- Check version: docker version
- verify that Docker can pull and run images. docker run hello-world
- Search the official Docker registry docker search windowsservercore
- Pull down the image docker pull microsoft/windowsservercore
- Running a Docker Container docker run microsoft/windowsservercore powershell