This is the first post on a series covering my findings while exploring containers for Data Science projects. (more…)
Read more »
Very often we find ourselves changing parameters of scripts or googling what was the right combination of bash commands. What’s the best way to remember those? Let’s take for instance running a machine learning project in a docker container. We all love r... (more…)
Read more »
A basic tutorial about docker and how to build a Dockerfile and mount a volume and run a docker image... (more…)
Read more »
I explain about how to deploy OpenFaaS on Kubernetes on Azure. However, OpenFaaS supports Swarm as well. What is the most easy way to deploy it? Since the OpenFaaS requires docker ce for 17.05+, we can't use Azure Container Service. Instead, we can use Do... (more…)
Read more »