An open API service indexing awesome lists of open source software.

https://github.com/devpro/windows-containers

Management of Windows containers: code samples, CI/CD pipelines, container image scanning, deployment
https://github.com/devpro/windows-containers

containers dotnet-framework windows

Last synced: 5 months ago
JSON representation

Management of Windows containers: code samples, CI/CD pipelines, container image scanning, deployment

Awesome Lists containing this project

README

          

# Windows Containers

[![CI](https://github.com/devpro/windows-containers/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/devpro/windows-containers/actions/workflows/ci.yml)
[![CD](https://github.com/devpro/windows-containers/actions/workflows/cd.yml/badge.svg?branch=main)](https://github.com/devpro/windows-containers/actions/workflows/cd.yml)

Let's see how to manage applications that can only run in Windows containers.

## Samples

Name | Language | Framework
----------------------------------------------------------------------------|----------|----------
[**MVC Web Application**](samples/dotnet-4.8/README.md#mvc-web-application) | C# | .NET 4.8
[**Windows Service**](samples/dotnet-4.8/README.md#sample-windows-service) | C# | .NET 4.8

## Documentation

* [Workstation](docs/workstation.md)