Ken Muse

Building OCI Images Without Using Docker
Ever found yourself needing to create a container image, but Docker just isn’t an option? Sometimes the best solutions come from thinking outside the box … and outside the usual tools. In this post, I explore what’s in an image and the DIY path to building your own OCI images.

Read this article

Understanding the Secret Life of AI Tools

Understanding the Secret Life of AI Tools

It’s becoming increasingly important to understand how AI tools work. Sometimes, the way you prompt the model can drastically alter the response generated. With a little effort, it can even enable a model to request information from external APIs or tools. In this post, I explain how prompts can be used to enhance the response generated by AI models by interacting with tools and APIs.

Read this article

Calling Docker From Inside a GitHub Job Container
A common question I’ve heard is “how do I run Docker commands from within a GitHub Actions job container?” In this post, I’ll explore how GitHub Actions implements job and service containers using Docker, and how you can use that to run your own Docker commands from inside a job container.

Read this article

Authenticating Docker in Docker Containers in Kubernetes
Running Docker-in-Docker inside Kubernetes can be tricky … especially when you need to access private registries. Learn how to securely authenticate DinD containers.

Read this article