Docker Articles, Tutorials & News

Replacing Docker with VSCode Tasks

Recently, I’ve worked on a project that used multiple microservice-like repositories e.g., app-frontend, app-backend, app-service-1, app-service-2. I always use a “master” project that contains all the repositories as submodules. Then I create a docker-co…

Read more »

I found loads of hardcoded secrets in Docker images

In this article, we will explain why Docker images can contain sensitive information and give some examples of the type of secrets we found in public Docker images. Finally, we will compare our results to the ones we have with source code scanning.

Read more »

Why ROS and Docker are not a good fit

The Robot Operating System (ROS) has been powering innovators for the last decade. But as more and more ROS robots are reaching the market, developers face new challenges deploying their applications. Why did we start using ROS & Docker? Is it conveni…

Read more »

Docker to the Rescue in an Unexpected Way

Imagine you find yourself in a restricted environment and you need some Linux rootfs that runs on the embedded system you just managed get access to. Of course the CPU architecture of the embedded system is not the same as your workstation. The circumstan…

Read more »