Secure by Design, Built for Speed, Hardened Container Images on a minimal base CleanStart OS.
50K+
Verified ASPNET-RUNTIME Container Image
A hardened, minimal ASPNET-RUNTIME container image built from source with verifiable software provenance and an SBOM, designed for secure production deployments.
For additional versions including FIPS support, explore CleanStart Images — secure, hardened container images
Download the container image from the registry
docker pull cleanstart/aspnet-runtime:latest
docker pull cleanstart/aspnet-runtime:latest-dev
Run the container with basic configuration
docker run -it --name aspnet-runtime ghcr.io/cleanstart-containers/aspnet-runtime:latest
Deploy with production security settings
docker run -d --name aspnet-runtime-prod \
--security-opt=no-new-privileges \
--user 1000:1000 \
--restart unless-stopped \
cleanstart/aspnet-runtime:latest
Volume Mount Mount local directory for persistent data
docker run -v /app:/app cleanstart/aspnet-runtime:latest
Port Forwarding Run with custom port mappings
docker run -p 8080:8080 cleanstart/aspnet-runtime:latest
Why Use CleanStart Images
Content type
Image
Digest
sha256:fde68b6f5…
Size
113 MB
Last updated
about 2 hours ago
docker pull cleanstart/aspnet-runtime