Skip to content
Technoriders edited this page Dec 30, 2018 · 4 revisions
  1. Download Docker & Docker App Docker Desktop - Windows and install
  2. Start Docker for Windows : search for Docker, select Docker for Windows in the search results, and click it (or hit Enter)
  3. Check version: docker version
  4. verify that Docker can pull and run images. docker run hello-world
  5. Search the official Docker registry docker search windowsservercore
  6. Pull down the image docker pull microsoft/windowsservercore
  7. Running a Docker Container docker run microsoft/windowsservercore powershell
Clone this wiki locally