Pull a PodArmor .NET Image
Pull the PodArmor .NET image using the following command, with the version you want to use:Create a .NET container
Create a .NET application container
Create a new directory
mkdir dotnet-quickstart && cd dotnet-quickstart and create a Program.cs file with the following content:Create a .NET runtime container
Initialize Project
Create a new directory
mkdir dotnet-project && cd dotnet-project.Create a Program.cs file with a JSON serialization example: