Retrofitting Apps for Cloud Storage with Zero Code Changes
Learn how to retrofit legacy apps for Google Cloud Storage using Docker and gcsfuse without modifying application source code.
Learn how to retrofit legacy apps for Google Cloud Storage using Docker and gcsfuse without modifying application source code.
A developer's comparison of popular video learning platforms like PluralSight, LinkedIn Learning, and others for tech skills like .NET, JavaScript, and DevOps.
Explains high-level container runtimes, their role in image management and orchestration, and compares examples like Docker and containerd.
A developer recounts a frustrating two-day debugging journey caused by a Docker configuration issue, highlighting the importance of sane defaults in software tools.
A developer details their process of recovering a forgotten UniFi controller password by exploring the MongoDB database within a Docker container.
A technical guide on optimizing Docker multi-stage builds for ASP.NET Core to reduce build times by caching dependency restoration.
A guide on using confd to dynamically generate Tomcat configuration files and eliminate hardcoded passwords in Docker containers.
Explains how to use Docker's userns-remap feature with Linux system users to solve permission issues in CI/build environments.
Guide to configuring Docker containers to resolve private AWS Route53 DNS names by setting the VPC DNS server for the Docker daemon.
Explains how AWS Network ACLs and ephemeral port ranges can cause intermittent Docker connectivity issues, with a detailed solution.
Part two of a series on resurrecting a legacy library, focusing on adding CI and end-to-end tests to stabilize the codebase.
A guide to using Azure DevOps Projects to add CI/CD pipelines to existing Dockerized .NET applications with minimal setup.
A developer shares practical findings and challenges when setting up and using Docker containers on Windows for CI/CD pipelines.
A summary of key talks from Day 1 of the Lead Developer Conference, covering containers, tech leadership, and code reviews.
A guide to running Ansible on Windows 10 using Docker for Windows, detailing the setup process and rationale for choosing containers.
A guide to installing and using the WireGuard VPN with Docker containers, including kernel module installation and tool usage.
A critique of container security messaging, arguing that existing defaults like Seccomp and AppArmor provide robust, multi-layered sandboxing.
A tutorial on building an ASP.NET Core Echo Server and creating an optimized Docker image using multi-stage builds.
Explores methods for building secure, unprivileged container images within Kubernetes clusters without compromising security.
A guide to setting up Dockerized end-to-end (e2e) tests using Selenium and Webdriver.io, integrated with CI/CD pipelines like GitLab CI and Travis CI.