Docker
Using Redis Sentinel with Docker and Marathon: 2020 Edition
Using Redis Sentinel with Docker and Marathon is a relatively complex procedure that requires every instance of Redis to be able to communicate with all other instances.
Using Redis Sentinel with Docker Compose: 2020 Edition
This article describes how to create a failover solution using Redis Sentinel and Docker Compose.
Using Redis Sentinel with Docker and Marathon
Using Redis Sentinel with Docker and Marathon is a relatively complex procedure that requires every instance of Redis to be able to communicate with all other instances.
Using Redis Sentinel with Docker Compose
This article describes how to create a failover solution using Redis Sentinel and Docker Compose.
Working with Linux in Windows: Linux Server in VirtualBox
I have written before about having to work in Windows 7 with Docker which only runs natively on Linux, macOS or Windows 10.
Debugging Node.js in a Docker Container with WebStorm
Node.js + Docker + WebStorm is not an unusual setup for Node.js developers, but there is nonetheless surprisingly little information available about how to setup debugging in WebStorm while running a Node.js application locally in a Docker image.