Custom ASP.NET Core Runtime image supports Azure AppService Web SSH
10K+
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.
6.0-alpine, 6.0-bookworm-slim, 6.0-bullseye-slim, 6.0-jammy, 6.0-focal8.0-alpine, 8.0-bookworm-slim, 8.0-noble, 8.0-jammy9.0-alpine, 9.0-bookworm-slim, 9.0-noblehttps://github.com/NetLah/aspnet-webssh
STARTCOMMAND environment for original entrypoint.docker run -it --rm --name aspnetssh --entrypoint /opt/startup/init_container.sh -e "STARTUPCOMMAND=exec dotnet WebApp.dll" -p 5002:80 -p 2222:2222 -e TZ=Asia/Singapore netlah/spa-host:6.0-alpine
docker run -it --rm --name aspnetssh --entrypoint /opt/startup/init_container.sh -p 5002:80 -p 2222:2222 -e TZ=Asia/Singapore netlah/spa-host:6.0-alpine exec dotnet WebApp.dll
Output
_ ___ ___ _ _ ___ _____ ___
/_\ / __| _ \| \| | __|_ _| / __|___ _ _ ___
/ _ \\__ \ _/| .` | _| | | | (__/ _ \ '_/ -_)
/_/ \_\___/_|(_)_|\_|___| |_| \___\___/_| \___|
Alpine Linux v3.16
ASP.NET Core v6.0.10
Startup 2022-10-05 12:34:56 +0800 Asia/Singapore
[02:33:30 INF] Application starting...
[02:33:30 INF] Application initializing...


Content type
Image
Digest
sha256:7149108c2…
Size
111.4 MB
Last updated
2 days ago
docker pull netlah/aspnet-webssh:ubuntu