You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ This is a very simple Microsoft IIS website that allows a user to send a tweet.
4
4
5
5
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.
6
6
7
+
The complete tutorial can be found here - https://www.brianchristner.io/configure-windows-server-for-docker-development/
8
+
7
9
Requirments
8
10
9
11
* Windows Server OS: Server 2016 (Core and GUI), 1709 and 1803
@@ -18,4 +20,4 @@ To use it:
18
20
19
21
Run it:
20
22
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