Secure by Design, Built for Speed, Hardened Container Images on a minimal base CleanStart OS.
50K+
Verified STEP-CLI Container Image
A hardened, minimal STEP-CLI 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
Pull Latest Image Download the container image from the registry
docker pull cleanstart/step-cli:latest
docker pull cleanstart/step-cli:latest-dev
Basic Run Run the container with basic configuration
docker run -it --name step-cli-test cleanstart/step-cli:latest-dev
Production Deployment Deploy with production security settings
docker run -d --name step-cli-prod \
--read-only \
--security-opt=no-new-privileges \
--user 1000:1000 \
cleanstart/step-cli:latest
Volume Mount Mount local directory for persistent data
docker run -v $(pwd)/certs:/home/step/certs cleanstart/step-cli:latest
Port Forwarding Run with custom port mappings
docker run -p 9000:9000 cleanstart/step-cli:latest
Why Use CleanStart Images
Content type
Image
Digest
sha256:b4edc0e0d…
Size
58.1 MB
Last updated
about 7 hours ago
docker pull cleanstart/step-cli