Portable build environments with Docker

Blog about handy tips and tricks about programming, Linux/Windows system administration and life.

Similar

Introduction to Docker Secrets

Overview In this post, we will be introducing docker secrets. Docker secrets offer a secure way to store sensitive information such as username, passwords, and even files like self-signed certifica… (more…)

Read more »

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... (more…)

Read more »