Understanding Microsoft's Docker Images for .NET Apps
To run .NET apps in containers you need to have the .NET Framework or .NET Core runtime installed in the container image. That's not something you need to manage yourself, because Microsoft
Consultant and trainer.
Microsoft
MVP.
Pluralsight
Author.
Managing Apps on Kubernetes with Istio
February 2020 |
Using Declarative Jenkins Pipelines
April 2020 |
Site Reliability Engineering (SRE): The Big Picture
March 2020 |
Monitoring Containerized Application Health with Docker
August 2018 |
Handling Data and Stateful Applications in Docker
January 2019 |
Managing Load Balancing and Scale in Docker Swarm Mode Clusters
March 2018 |
Modernizing .NET Apps with Docker
December 2017 |
C# Extension Methods
October 2019 |
To run .NET apps in containers you need to have the .NET Framework or .NET Core runtime installed in the container image. That's not something you need to manage yourself, because Microsoft
The YouTube series of my book Learn Docker in a Month of Lunches is all done! The final five episodes dig into some more advanced topics which are essential in your container
My YouTube series to help you learn Docker continued this week with five more episodes. The theme for the week is running at scale with a container orchestrator.
You can find all
I've added five more episodes to my YouTube series Learn Docker in a Month of Lunches. You can find the overview at https://diamol.net and the theme for week 2 is:
I'm streaming every chapter of my new book Learn Docker in a Month of Lunches on YouTube, and the first week's episodes are out now.
Here's the Learn Docker in a Month
One of my goals for 2020 was to publish much more content, and I've started well with a new Pluralsight course every month :) Here's what's new.
And it's FREE April on Pluralsight
You can get access to all the first few chapters of my new book right now.
It's called Learn Docker in a Month of Lunches, and the goal is simple: to get
Pluralsight's entire course library is FREE for everyone this weekend, from Friday 6th September to Sunday 8th September! That's over 6,000 courses covering everything in development, ops and creative.
That's too
The Second Edition of my book Docker on Windows is out now. Every code sample and exercise has been fully rewritten to work on Windows Server 2019, and Windows 10 from update
Kubernetes now supports Windows machines as worker nodes. You can spin up a hybrid cluster and have Windows workloads running in Windows pods, talking to Linux workloads running in Linux pods.
TL;
A reverse proxy quickly becomes a must-have when you're running a container orchestrator with more than a couple of services. Network ports are single-occupancy resources, you can't have multiple processes listening on
This adventure lets you code on your normal dev machine from some other machine, using the browser. It's powered by Docker plus: