Skip to content

Commit 3f89473

Browse files
authored
Merge pull request docker#73 from ManoMarks/master
Cleaning out old Windows/.NET tutorials
2 parents 79f8e55 + 4860487 commit 3f89473

File tree

93 files changed

+24
-34364
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+24
-34364
lines changed

windows/Python-REST-Service/Dockerfile

-24
This file was deleted.

windows/Python-REST-Service/public-service.py

-339
This file was deleted.

windows/aspnet-web/README.md

+18-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1-
# ASP.NET Web application
1+
# Beginning ASP.NET Web application
22

3-
A simple example using asp.net to serve a web page using kestrel. You can use either docker-compose or docker run to start the image.
3+
A simple example using asp.net to serve a web page using kestrel. First `clone` this repository, and then you can use either docker-compose or docker run to start the image.
4+
5+
```
6+
$ git clone https://github.com/docker/labs
7+
$ cd labs/windows/aspnet-web
8+
$ docker-compose up
9+
```
10+
11+
or
12+
13+
```
14+
$ git clone https://github.com/docker/labs
15+
$ cd labs/windows/aspnet-web/webserver
16+
$ docker build -t myaspnet .
17+
$ docker run myaspnet
18+
```
19+
Then open up [http://localhost:5000](http://localhost:5000)

0 commit comments

Comments
 (0)