• Stars
    star
    164
  • Rank 229,014 (Top 5 %)
  • Language
    C#
  • Created 11 months ago
  • Updated 10 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Documents fundamental .NET Container workflows

.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.

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.100
$ docker --version
Docker version 24.0.7, build afdd53b
$ cat /etc/os-release | head -n 1
PRETTY_NAME="Ubuntu 22.04.3 LTS"
$ uname -a
Linux vancouver 6.2.0-35-generic #35~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Oct  6 10:23:26 UTC 2 x86_64 x86_64 x86_64 GNU/Linux