davidfowl / HelloWorldVNext

Hello world applications on ASP.NET vNext
Apache License 2.0
76 stars 38 forks source link

[Demo] Dockerfile for helloworldweb #6

Closed ahmetb closed 9 years ago

ahmetb commented 10 years ago

Not to be merged. Just demoing.

Instructions:

  1. Run docker build . here.
  2. Save the image id produced in the last step.
  3. Start the container: docker run -i -d -p 8080:8080 <imageid>
  4. Head over to http://ip:8080 (ip being wherever your docker service is running)