FROM microsoft/windowsservercore:latest

# This image is created and maintained by Ritesh Modi
MAINTAINER "Ritesh Modi"

# It shows the usage of WORKDIR instruction
WORKDIR "C:\Windows"
