Skip to content

Commit 46773b3

Browse files
committed
added tutorial link
1 parent 8842082 commit 46773b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This is a very simple Microsoft IIS website that allows a user to send a tweet.
44

55
This is part of the Docker for Window Servers series from [56K.Cloud](www.56k.cloud) This exercise is about configuring Windows Servers for a Docker development environment.
66

7+
The complete tutorial can be found here - https://www.brianchristner.io/configure-windows-server-for-docker-development/
8+
79
Requirments
810

911
* Windows Server OS: Server 2016 (Core and GUI), 1709 and 1803
@@ -18,4 +20,4 @@ To use it:
1820

1921
Run it:
2022

21-
```docker container run --detach -p 8080:80 windows_tweet_app```
23+
```docker container run --detach -p 8080:80 windows_tweet_app```

0 commit comments

Comments
 (0)