Use git-secret to encrypt secrets in the repository [Tutorial Part 6]
A tutorial on using git-secret with Docker to securely encrypt and manage secrets (passwords, tokens) within a Git repository for PHP projects.
A tutorial on using git-secret with Docker to securely encrypt and manage secrets (passwords, tokens) within a Git repository for PHP projects.
Tutorial on setting up PHP code quality tools (phpcs, phpstan, etc.) in Docker and controlling them via GNU make commands.
A technical deep dive into Docker containers, exploring them as Linux processes and files through hands-on experiments and filesystem analysis.
A guide to setting up a Ruby on Rails development environment using Docker, allowing commands to be run without installing tools locally.
A tutorial on setting up a self-hosted Platform-as-a-Service (PaaS) like Heroku using CapRover on a VPS in under 10 minutes.
A tutorial on setting up and running Laravel 9 within a Docker environment, covering Artisan, Redis, and controllers.
A technical guide on securing software supply chains using Sigstore for signing and GitHub Actions for implementing SLSA requirements.
A guide on using the guestfish container image to modify GRUB settings within a VM disk image, demonstrating containerized virtual machine management.
A developer shares a list of their recent tech conference talks on topics like Kubernetes security, WebAssembly, and Docker.
A guide to replacing Docker Desktop with minikube on macOS, focusing on solving volume mounting and performance issues.
Explains how to inject runtime configurations into Angular apps running in Docker containers, enabling a 'build once, deploy everywhere' strategy.
A tutorial on using Docker and Docker Compose to create a consistent, multi-language development environment with databases and VSCode integration.
A developer's shift from Windows development to backend .NET work and personal tech hobbies like home automation and 3D printing.
A developer switches from Docker Desktop to Colima on Mac due to new licensing fees, providing a step-by-step migration guide.
A developer evaluates alternatives to Docker Desktop for Mac after Docker's new pricing, testing for core features like volumes, ports, and Kubernetes support.
An in-depth technical look at Docker's core components, including its architecture, images, containers, and how they work together.
A guide to hacking GPU support into the kind Kubernetes tool for local development and testing with NVIDIA hardware.
A technical tutorial on deploying a containerized Python web app to Azure App Service, covering App Service Plans, container settings, and API testing.
Oracle 19c Docker containers timeout with JDBC driver versions 19.3.0.0+, causing a 'Got minus one from read call' error. The fix is to set oracle.net.disableOob=true.
A technical tutorial on building a Docker image for a Python app, running it locally, and pushing it to Azure Container Registry.