Sign inSign up

ha1fdan/dotnet

By ha1fdan

Updated about 2 years ago

ASP.NET Web Server

Image
Web servers
1

254

ha1fdan/dotnet repository overview

dotnet

Example compose.yaml:

services:
  web:
    image: ha1fdan/dotnet:8.0
    restart: always
    environment:
      - DLL_FILE=testApp.dll
    volumes:
      - ./app:/app
    ports:
      - 80:8080

Folder structure:

.
├── app
│   ├── appsettings.Development.json
│   ├── appsettings.json
│   ├── testApp.deps.json
│   ├── testApp.dll
│   ├── testApp
│   ├── testApp.pdb
│   ├── testApp.runtimeconfig.json
│   └── web.config
└── compose.yaml

Tag summary

Content type

Image

Digest

sha256:07a3b3810

Size

42.6 MB

Last updated

about 2 years ago

docker pull ha1fdan/dotnet:6.0-arm64v8