From Build script to Dockerfile


Details
Have you wanted to get started with containers? Or want to level-up your DevOps build to include automation to free you from the toil of manual deployments? In this #NoSlides talk, we'll scaffold a .NET 6 website, then build a standard build script that builds, tests, and deploys your code. You could run this script easily from the command line or from a CI system like Jenkins or TeamCity. Then we'll dig into what makes containers great, how to get started with Docker, and live-code a Dockerfile. It's easy to deploy automatically with containers.
About Rob Richardson
Rob Richardson is a software craftsman building web properties in ASP.NET and Node, React and Vue. He’s a Microsoft MVP, published author, frequent speaker at conferences, user groups, and community events, and a diligent teacher and student of high quality software development. You can find this and other talks on https://robrich.org/presentations and follow him on twitter at @rob_rich.

From Build script to Dockerfile