April 2017
Beginner
404 pages
9h 30m
English
Now let's start creating our first image using the Dockerfiles approach:
FROM microsoft/windowsservercore MAINTAINER srikanth@live.com LABEL Description="IIS" Vendor=Microsoft" Version="10? RUN powershell -Command Add-WindowsFeature Web-Server COPY index.htm /inetpub/wwwroot/ EXPOSE 80 CMD [ "ping localhost -t" ]
Read now
Unlock full access