Safeguard
Tag

docker-security

Safeguard articles tagged "docker-security" — guides, analysis, and best practices for software supply chain and application security.

42 articles

Containers

Running Java in Docker: A Secure Dockerfile Walkthrough

A Java Docker container done right: multi-stage builds, a JRE not a full JDK, non-root users, JVM container-awareness, and a base image that does not ship the world.

Jul 2, 20255 min read
Containers

Node Docker Images: Picking the Right Base for Production

The node docker image you pick as a base determines most of your container's attack surface and size. Here's how to choose between full, slim, and alpine variants for production.

May 27, 20255 min read
Containers

How to Write a Secure Node.js Dockerfile

A hardened Node.js Dockerfile starts with a pinned base image, a non-root user, and a multi-stage build. Here is how to write one that survives a real security review.

Mar 18, 20256 min read
Containers

Docker and Container Security Best Practices: A Combined Checklist

A single, practical checklist covering dockers and containers together — image build, runtime config, and CI gates — instead of treating Docker security and container security as separate problems.

Mar 18, 20255 min read
Containers

Node.js Docker Containers: Build Small, Run Safe

A Node.js Docker container that is both small and secure: multi-stage builds, npm ci with a lockfile, non-root users, and why you should not run as PID 1.

Mar 11, 20255 min read
Containers

Container Image Vulnerability Scanning in CI

How to wire container image vulnerability scanning into your CI pipeline so builds fail on real risk instead of shipping unscanned images to production.

Feb 18, 20256 min read

Self-healing security runs on Safeguard.

Your first fix PR is minutes away.

No sales call required, even your agent can complete the purchase over MCP.

docker-security (Page 4) — Safeguard Blog