Tag Archives: containers

Using Customer Docker Compose File Names

As I use containers more and more to run various things, I decided I not only wanted to set up docker compose files, I wanted to name them something other than docker-compose.yml. While I often have these running in separate … Continue reading

Posted in Blog | Tagged , | Comments Off on Using Customer Docker Compose File Names

Adding SQL Server 2025 to my Laptop

I wanted to do some testing of SQL Server 2025 on my laptop. I have written before how I avoided installing SQL Server on the laptop and use containers instead. This post looks at adding a new version on the … Continue reading

Posted in Blog | Tagged , , | 1 Comment

Moving to Rancher Desktop

I’ve been very happy with Docker Desktop for years, running it on both laptop and desktop. However, a corporate decision was made to move to Rancher Desktop, so I now have an unexpected “opportunity” to learn something new. Here’s a … Continue reading

Posted in Blog | Tagged , | 3 Comments

Container Development Work

On my new laptop, I only use containers as database servers. I made the decision not to install SQL Server or PostgreSQL and instead work on containers only. I’ve written lightly about this, but I set up docker-compose files to … Continue reading

Posted in Editorial | Tagged | Comments Off on Container Development Work