by CPI Staff | Sep 14, 2025 | Blog, Docker
In this blog post Mastering Docker environment variables with Docker Compose we will walk through how to use environment variables confidently across Docker and Docker Compose, and how to avoid the common gotchas. Environment variables are a simple, time-tested way to...
by CPI Staff | Sep 11, 2025 | .NET, Blog, OpenAPI
In this blog post Add OpenAPI to .NET Minimal APIs and Generate Docs the Right Way we will walk through what OpenAPI is, how it pairs beautifully with .NET Minimal APIs, and the practical steps to produce clean, accurate, and automated API documentation. OpenAPI is...
by CPI Staff | Sep 11, 2025 | Blog, Docker
In this blog post The Benefits of Using Docker Compose for Teams and Projects we will unpack how Docker Compose simplifies building, running, and collaborating on multi-container applications—without making your day more complicated. At a high level, Docker Compose is...
by CPI Staff | Sep 10, 2025 | Blog, Docker
In this blog post How to Share Volumes Between Docker Containers Safely and Reliably we will walk through the cleanest ways to share files and state between containers, why it works, and how to avoid common pitfalls. At a high level, Docker volumes let multiple...
by CPI Staff | Sep 8, 2025 | .NET, Blog, Docker
In this blog post Keep .NET App Running in Docker we will walk through how to containerise a .NET application, start it automatically when the container launches, and keep it running reliably. Containers shine when you want consistent, repeatable runtime environments....