How Docker Can Help You Become a More Effective Data Scientist

For the past 5 years, I have heard lots of buzz about docker containers. It seemed like all my software engineering friends are using them… Read more

Similar

Parsing the Docker Logs API Binary Format

I recently wrote on a log collector that used Docker’s Container Logs API to subscribe output streams of containers. Most people don’t go this way, because they use well known logging drivers so it’s hard to find any programs consuming this API.

Read more »

K3d: Run K3s in Docker

In this blog post, we’re going to talk about k3d, a tool that allows you to run throwaway Kubernetes clusters anywhere you have Docker installed. I’ve anticipated your questions — so let’s go! What is k3d? k3d is a small program made for running a K3s clu... (more…)

Read more »

Why and How to Move from Heroku to Docker

Heroku is a great solution for developing and deploying applications with minimal fuss. Depending on your needs and priorities, however, a Docker-based CI/CD pipeline might work even better. This article discusses the benefits of migrating from Heroku to...

Read more »