Docker – Blog - Latest News and Information
  • All Technology
  • AI
  • Autonomy
  • B2B Growth
  • Big Data
  • BioTech
  • ClimateTech
  • Consumer Tech
  • Crypto
  • Cybersecurity
  • DevOps
  • Digital Marketing
  • Ecommerce
  • EdTech
  • Enterprise
  • FinTech
  • GovTech
  • Hardware
  • HealthTech
  • HRTech
  • LegalTech
  • Nanotech
  • PropTech
  • Quantum
  • Robotics
  • SaaS
  • SpaceTech
AllNewsDealsSocialBlogsVideosPodcastsDigests

Technology Pulse

EMAIL DIGESTS

Daily

Every morning

Weekly

Sunday recap

NewsDealsSocialBlogsVideosPodcasts
Docker – Blog

Docker – Blog

Publication
0 followers

Containers for development and delivery, CI integrations, and performance.

Recent Posts

How Medplum Secured Their Healthcare Platform with Docker Hardened Images (DHI)
News•Feb 19, 2026

How Medplum Secured Their Healthcare Platform with Docker Hardened Images (DHI)

Medplum, an open‑source headless EHR serving over 20 million patients, migrated its production containers to Docker Hardened Images (DHI) with just 54 lines of code changes across five files. The switch replaced custom hardening scripts with Docker’s secure‑by‑default base images, eliminating manual non‑root user setup and reducing the attack surface. As a result, the platform’s CVE count fell sharply, and compliance scans now show fewer security flags. The migration required no functional changes, preserving existing CI/CD pipelines and deployment workflows.

By Docker – Blog
Running NanoClaw in a Docker Shell Sandbox
News•Feb 16, 2026

Running NanoClaw in a Docker Shell Sandbox

Docker Sandboxes introduced a new "shell" sandbox type that provides an interactive Ubuntu microVM with preinstalled development tools. The guide demonstrates running the Claude‑powered NanoClaw WhatsApp assistant inside this sandbox, isolating its filesystem and credentials. By mounting only a workspace...

By Docker – Blog