Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.81 KB

File metadata and controls

44 lines (30 loc) · 1.81 KB

.NET 10 container workshop

The workshop details the fundamental workflows for using .NET with containers. It includes a variety of approaches and capabilities, such as OCI image publish, registry push, Dockerfile, cross-compilation, and chiseled containers. OCI publish is used as the default approach.

The instructions assume .NET SDK 10.0.100+.

Instructions:

Advanced instructions:

Find this repo

If you are using this repo in a talk, use this QR code to help people find the repo.

QR code to repo

Environment

The instructions assume:

The following environment was used for the examples.

$ dotnet --version
10.0.100
$ docker --version
Docker version 28.4.0, build d8eb465
$ uname -a
Linux merritt 6.14.0-35-generic #35~24.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Oct 14 13:55:17 UTC 2 x86_64 x86_64 x86_64 GNU/Linux