Ken Muse
Docker-from-Docker in Alpine Dev Containers

Docker-from-Docker in Alpine Dev Containers

Let's get a bit crazy for 2023. In this post, we'll see if we can run some Docker commands from inside our Alpine dev container using Docker-from-Docker and a bit of configuration.

Read more

Using Git SSH From Docker With a Local Proxy

Using Git SSH From Docker With a Local Proxy

You're working in a development container. You need access to a port on the host for a proxy SSH connection to a Git server. Sounds tough, right? Turns out it's simple.

Read more

SSH and Multiple Git Credentials

SSH and Multiple Git Credentials

If you need to connect to multiple Git hosts or environments (like EMU and GHEC) with minimal effort, then SSH may provide the options you need to make it painless.

Read more

Databricks DevOps

Databricks DevOps

Databricks is a powerful tool for processing data. This is big data, so how do we thing about implementing DevOps practices for these environments?

Read more

Forcing Dev Containers To Use AMD64

Forcing Dev Containers To Use AMD64

Loving your new Apple Silicon based Mac, but need to force the container to be AMD64? There's a hack for that…

Read more