awslabs / aws-blog-net-exploring-aspnet-core

This repository is for exploring the new ASP.NET Core platform with AWS. On the AWS .NET blog site there are a series of posts talking about the code in this repository. For any questions or ideas about ASP.NET Core on AWS feel free to open a GitHub issue. That will help us in determining future blog content.
https://blogs.aws.amazon.com/net/blog/tag/ASPNETCore
Apache License 2.0
29 stars 41 forks source link

Multi project solution - deploy in docker containers #1

Open betimd opened 8 years ago

betimd commented 8 years ago

Was a bit confuse how to build docker image in a VS solution with several projects, like a web project with two class library projects (like data access, business logic, or external api callings). So building a sample like this and deploying in docker containers (EC2 CS) would be helpful for several scenarios.

normj commented 8 years ago

Covering docker is definitely something I want to cover. I want to write up about using docker for both Elastic Beanstalk and EC2 Container Service.

betimd commented 8 years ago

And covering image source would be very helpful, like ec2 cs registry and docker hub as well. Associating containers some IP or connecting to R53 would be very helpful as well.

normj commented 8 years ago

Yes, definitely want cover our registry service. Thanks for the feedback!

betimd commented 8 years ago

Actually I'm using aspnet vNext & AWS in building our company infrastructure and products and I want to contribute in this journey not just in feedback but code / samples as well. Are you going to open this repo for PRs or you'll keep just inside aws team?

normj commented 8 years ago

I'm definitely open to pull requests. Just keep in mind any code submitted would go under the Apache 2 license.