Sign inSign up

thoho/aspnet-webssh

By thoho

Updated 2 days ago

Custom ASP.NET Core Runtime image supports Azure AppService Web SSH

Image
0

10K+

thoho/aspnet-webssh repository overview

ASP.NET Core Runtime image supports Azure AppService Web SSH

A customized ASP.NET Core Runtime image supports Azure AppService Web SSH. Docker image repository is on https://hub.docker.com/r/netlah/aspnet-webssh.

Support ASP.NET Core

  • ASP.NET Core 6.0, mcr.microsoft.com/dotnet/aspnet:6.0 tags: 6.0-alpine, 6.0-bullseye-slim, 6.0-focal, 6.0-jammy
  • ASP.NET Core 7.0, mcr.microsoft.com/dotnet/aspnet:7.0 tags: comming soon

Github source

https://github.com/NetLah/aspnet-webssh

Build Status

Docker Image CI

Run example ASP.NET Core container with WebSSH support

  • Run with WebSSH support, using STARTCOMMAND for original entrypoint.
docker run -it --rm --name aspnetssh --entrypoint /opt/startup/init_container.sh -e "STARTUPCOMMAND=dotnet WebApp.dll" -p 5002:80 -p 2222:2222 -e TZ=Asia/Singapore netlah/spa-host:6.0-alpine

Output

    _   ___ ___  _  _ ___ _____    ___
   /_\ / __| _ \| \| | __|_   _|  / __|___ _ _ ___
  / _ \\__ \  _/| .` | _|  | |   | (__/ _ \ '_/ -_)
 /_/ \_\___/_|(_)_|\_|___| |_|    \___\___/_| \___|

Alpine Linux v3.16
ASP.NET Core v6.0.9
[02:33:30 INF] Application starting...
[02:33:30 INF] Application initializing...

aspnet-webssh

Test SSH to container

ssh_2222_container

Reference

Tag summary

Content type

Image

Digest

sha256:1370f5c24

Size

69.2 MB

Last updated

2 days ago

docker pull thoho/aspnet-webssh