Skip to content

richlander/container-workshop

Repository files navigation

.NET 8 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 8.0.200+. See .NET SDK version differences to compare with .NET SDK 8.0.1xx.

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
8.0.201
$ docker --version
Docker version 24.0.5, build 24.0.5-0ubuntu1
$ uname -a
Linux mazama 6.5.0-21-generic #21-Ubuntu SMP PREEMPT_DYNAMIC Wed Feb  7 14:17:40 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

About

Documents fundamental .NET Container workflows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages