Tag Archives: containers

Copy Files to a Docker Container

One of the things that’s handy when working with containers is being able to move files in and out of the container. Certainly you can do this from a network share or other similar mechanism, but what about a straight … Continue reading

Posted in Blog | Tagged , | Comments Off on Copy Files to a Docker Container

More Kubernetes Concepts

This post continues looking at my process of learning more about Kubernetes. I’ve been working through the 50 days of Kubernetes (K8s). Now that I had a break from some travel, I went through a few videos in a short … Continue reading

Posted in Blog | Tagged , , , , | Comments Off on More Kubernetes Concepts

Kubernetes Pipelines

This post continues looking at some of the Kubernetes concepts I’ve been learning with the 50 days of Kubernetes (K8s). Specifically in this post, I’m writing and thinking about the flow of containers from code to a Kubernetes cluster. The … Continue reading

Posted in Blog | Tagged , , , , | Comments Off on Kubernetes Pipelines

Are Windows Containers a Good Choice?

I like containers. I think they’re the future of the SQL Server data platform. I also think this is likely on Linux, with Linux versions of SQL Server. You might disagree, and that’s fine, but that is where I see … Continue reading

Posted in Editorial | Tagged , | 1 Comment