Secure by Design, Built for Speed, Hardened Container Images on a minimal base CleanStart OS.
50K+
Verified DOTNET-SDK Container Image
A hardened, minimal DOTNET-SDK 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/dotnet-sdk:latest
docker pull cleanstart/dotnet-sdk:latest-dev
Run the container with basic configuration
docker run -it --name dotnet-sdk cleanstart/dotnet-sdk:latest dotnet --version
Deploy with production security settings
docker run -d --name dotnet-sdk-prod \
--security-opt=no-new-privileges \
--user 1000:1000 \
--restart unless-stopped \
cleanstart/dotnet-sdk:latest
Volume Mount Mount local directory for persistent data
docker run -v /app:/app cleanstart/dotnet-sdk:latest dotnet --version
Port Forwarding Run with custom port mappings
docker run -p 8080:8080 cleanstart/dotnet-sdk:latest dotnet --version
Why Use CleanStart Images
Content type
Image
Digest
sha256:bd92e4aa5…
Size
271.6 MB
Last updated
about 8 hours ago
docker pull cleanstart/dotnet-sdk