Skip to content

56kcloud/docker-windows-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Configure Windows Server for Docker Development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published