To install ARM64 versions of Windows use dockur/windows-arm. To run your own script after installation, you can create a file called install.bat and place it in a folder together with any additional ...
src/Dotnet.Samples.AspNetCore.WebApi/ ├── Program.cs # Entry point: DI setup, middleware pipeline ├── Controllers/ # HTTP handlers (request/response logic) │ └── PlayerController.cs ├── Services/ # ...