C++17 and VSCode config and Docker boilerplate

📦 Boilerplate for C++ projects configured for VSCode with Docker, Clang, CMake, GoogleTest, Travis CI, Doxygen – shlomnissan/cpp-project… Read more

Similar

Increase your Docker IP space

Recently, I started setting up a new application on my docker host. It was late in the day, and I just wanted to get something up and working to play around with. Just my luck, I was met with wonderfully cryptic error:... (more…)

Read more »

Perl as PID 1 under Docker

Increasingly we run our Perl programs inside docker containers, because there are advantages in terms of isolation and deployment. Containers provide applications with an idealized view of the OS - they see their own filesystem, their own networking stack... (more…)

Read more »