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