Skip to content

Instantly share code, notes, and snippets.

@bleroy
Last active November 29, 2016 16:01
Show Gist options
  • Save bleroy/098c007e7e8d0abda8bad08e8b372178 to your computer and use it in GitHub Desktop.
Save bleroy/098c007e7e8d0abda8bad08e8b372178 to your computer and use it in GitHub Desktop.
Tips for the Week in .NET
@thiennn
Copy link

thiennn commented Nov 29, 2016

http://thienn.com/dockerizing-real-world-aspnetcore-application
One single command docker run -d -p 5000:5000 simplcommerce/nightly-build, waiting for a couple of minutes for docker to pull the images and start the container. Then open your browser, type localhost:5000 and you got a shopping cart website written by aspnetcore up and running. Yahoo!!!!. In this blog post I will describe how I did it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment