docker

A 19-post collection

Weekly Ink - 6/21/16

After a week of vacation it's good to get back to some technology. Here are some of my favorites from last week, Dockercon 2016 and my various feeds. Enjoy! ASP.NET Core Angular 2, React, and Knockout apps on ASP.NET Core - Steve Sanderson ASP.NET Core and .NET Core Overview - Rick Strahl Using ASP.NET Core with the Command Line, Yeoman and Visual Studio Code - Jerrie Pelser Angular 2 / TypeScript The Future of Declaration Files - TypeScript Team Angular 2 Router Announcement - Angular Team Angular 2 RC 2 Released - Angular Team Docker Docker for AWS and Azure - Docker Blog Free HTTPS certificates for Docker containers running ASP.NET Core RC2 on Microsoft Azure...


Weekly Ink - 6/6/16

ASP.NET Core Here is another edition of "Weekly Ink", this week's post has a great entry from Rick on running ASP.NET Core on IIS, Cory shows how to add 3rd party libraries when using the angular CLI, see how to deploy docker containers to kubernetes on AWS seriously? and my favorite request has surfaced within VS Code; terminal built in! How To Specify Framework When Running ASP.NET Core Apps - Steve Smith Publishing and Running ASP.NET Core Applications with IIS - Rick Strahl Introduction to integration testing with xUnit and TestServer in ASP.NET Core - Andrew Lock Angular 2 Quick Angular 2 Hosting with the Angular CLI and GitHub Pages - TJ VanToll Angular 2...


Legion of Heroes: haproxy, nginx, Angular 2, ASP.NET Core, Redis and Docker

I have been following the Angular 2 and ASP.NET Core stories pretty close over the past year, and of course not ignoring Docker. I wanted to take some time and see what it would be like to take all of these different technologies, put each of them in a Docker container, start up the entire application with docker-compose and then scale each layer. Be sure to checkout my Plurasight Play by Play w/ John Papa on ASP.NET Core on Any OS here. Angular 2 The Angular 2 Team has done a great job with their documentation and provided an awesome tutorial called Tour of Heroes developed by John Papa (@john_papa). I grabbed that code from the tutorial...


ASP.NET 5 : Continuous Integration with Travis-CI, Tutum, Docker, Webhooks and Azure

Getting a "code to deployment" workflow is a story many organizations want to have nailed down when looking into new technology stacks and architectures such as ASP.NET 5 and the container story like Docker. I hear from business leaders comments like; "...that's great, but how do we deploy this, scale it. What does the development pipeline look like?" Great questions. For my own projects I wanted to be able to "just write code" and have the rest of the process handled. Not have to worry about how does it get built, deployed, scaled etc. Here is a working sample technology stack using all the cool kids on the block and some old players too. Setting It All Up The...