Showing results for Containers - .NET Blog

Aug 16, 2022
Post comments count45
Post likes count20

.NET 6 is now in Ubuntu 22.04

Richard Lander
Richard Lander

.NET 6 is now included in Ubuntu 22.04 (Jammy) and can be installed with just apt install dotnet6. This change is a major improvement and simplification for Ubuntu users. We're also releasing .NET with Chiseled Ubuntu Containers, a new small and secure container offering from Canonical. These improvements are the result of a new partnership betwee...

.NETASP.NET CoreContainers
Nov 10, 2021
Post comments count7
Post likes count2

Announcing dotnet monitor in .NET 6

Sourabh Shirhatti [MSFT]
Sourabh Shirhatti [MSFT]

Introducing the first release of dotnet monitor, a diagnostics tool for .NET applications

.NET.NET CoreContainers
Aug 16, 2021
Post comments count0
Post likes count0

.NET Core 2.1 container images will be deleted from Docker Hub

Richard Lander
Richard Lander

Starting on August 21st, .NET Core 2.1 Docker container images will no longer be available on Docker Hub, but exclusively on Microsoft Container Registry (MCR). Read on for more information.

Containers.NET.NET Core
Jun 8, 2021
Post comments count4
Post likes count0

Conversation about containers

Richard Lander
Richard Lander

Conversation with .NET engineers who make .NET work great with containers. They share their perspective on OOMKill, performance, secure publishing, orchestrators, and why containers have become so popular.

.NET.NET CoreContainers
Apr 21, 2021
Post comments count4
Post likes count0

What’s new in dotnet monitor

Sourabh Shirhatti [MSFT]
Sourabh Shirhatti [MSFT]

Learn about what's new in dotnet monitor

.NETContainers
Mar 31, 2021
Post comments count4
Post likes count0

Monitoring and Observability in Cloud-Native ASP.NET Core apps

Nish Anil
Nish Anil

Distributed applications are complex and bring in their own set of challenges for developers to debug and fix production issues. ASP.NET Core offers a number of solutions to add monitoring and observability to your cloud-native applications.

ASP.NETContainers
Mar 12, 2021
Post comments count1
Post likes count0

Investigating a Linux CVE with .NET Images

Richard Lander
Richard Lander

We regularly help .NET developers manage Linux CVEs. This post is an example of how we helped a customer with CVE-2021-23840 and CVE-2021-23841.

.NET.NET CoreContainers
Feb 11, 2021
Post comments count18
Post likes count0

Staying safe with .NET containers

Richard Lander
Richard Lander

An update on using .NET and containers together -- how to stay safe and keep your container images up-to-date.

.NET.NET CoreContainers
Jun 23, 2020
Post comments count20
Post likes count1

Introducing dotnet-monitor, an experimental tool

Sourabh Shirhatti [MSFT]
Sourabh Shirhatti [MSFT]

is an experimental tool that makes it easier to get access to diagnostics information in a dotnet process. When running a dotnet application differences in diverse local and production environments can make collecting diagnostics artifacts (e.g., logs, traces, process dumps) challenging. aims to simplify the process by exposing a consistent RE...

.NET.NET CoreContainers