| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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
| Back | FazBrowse Home | New Git URL |