Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 898 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 898 Bytes

docker-windows-server

This is a very simple Microsoft IIS website that allows a user to send a tweet.

This is part of the Docker for Window Servers series from 56K.Cloud This exercise is about configuring Windows Servers for a Docker development environment.

The complete tutorial can be found here - https://www.brianchristner.io/configure-windows-server-for-docker-development/

Requirments

To use it:

Build it: docker build -t windows_tweet_app .

Run it:

docker container run --detach -p 8080:80 windows_tweet_app