Unit Testing with a Docker Container

We have previously written a simple unit test that required us to setup a few tools (Python and nose). Now we will run those tools in a Docker container. Read more

Similar

Get Started with .NET and Docker

Get a quick demo of the Visual Studio features that make getting started with .NET Core and Docker easy, as well as showing the advantages of being able to debug inside a container with Visual Studio.

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 »