Alpine Linux dockerized application development with Windows 10 + WSLv2 + Docker + CLion

This is a quick post to describe how I use CLion on Ubuntu with WSLv2 to develop applications for Alpine Linux in Docker. First, install WSLv2  using the following instructions: https://docs.microsoft.com/en-us/windows/wsl/install-win10.   Once you have WSLv2 with Ubuntu setup, you can access Linux from…

Dockerized prediction.io

OverviewPrediction.IO is an Open Source Machine Learning Server. During a conversation with a good friend, I was informed that he and his team were having problems setting up an official stack and using the engine for their code.  He suggested that having a dockerized version of the stack would…