Docker-izing your work in R 🐳
A curated list of resources and tutorials for using Docker with R to create reproducible research environments and containerized applications.
A curated list of resources and tutorials for using Docker with R to create reproducible research environments and containerized applications.
A technical tutorial on scaling Docker microservices from a single EC2 instance to full orchestration using AWS ECS.
A guide to setting up a CI/CD pipeline for Docker containers using Azure DevOps and Azure Container Registry for ASP.NET Core applications.
A technical tutorial on creating automated, disposable test environments using Docker, AWS ECS, and CircleCI for microservices development.
A technical guide on deploying Sonatype Nexus containers with persistent storage in Azure Container Instances, including test results for Nexus 2, Nexus 3, and Jenkins.
A step-by-step tutorial on deploying an ASP.NET Core web application to an OpenShift cluster using Docker and the oc client tools.
Part 4 of a series on reducing Docker image size by using statically compiled binaries to eliminate dependencies.
Explains common reasons why Docker containers fail to receive termination signals and offers solutions for proper signal handling.
Explores using Alpine Linux to create significantly smaller Docker images compared to standard Debian-based ones.
Explores the early design decisions of dotCloud, the PaaS company whose container engine evolved into Docker, and their lasting impact.
A tutorial on debugging an ASP.NET Core application running inside a Docker container using Visual Studio Code.
A tutorial on scaling an ASP.NET Core application using Docker Swarm, covering service creation, scaling, and management.
A step-by-step tutorial on how to containerize an ASP.NET Core application using Docker, from creating a Dockerfile to running the image.
A guide to setting up a Docker-based development environment for the MEAN.JS stack, enabling live-reload and easy setup.
Tips for using Docker to compile, cross-compile, and deploy Go applications without installing Go locally.
A technical guide on running a Minecraft server in Docker with correct permissions for a persistent host directory.
A tutorial on packaging an Angular application inside a Docker container using Nginx to serve static files, focusing on immutability and DevOps practices.
Key considerations and best practices when switching Java applications to Alpine-based Docker images for reduced size and security.
A guide to configuring and running Telegraf in a Docker container to collect host system metrics, not just container data.
A developer shares a detailed, opinionated review of Docker after 6 months of production use, highlighting its benefits and warts.