docker

3 tutorial series · 7 posts

Posts

QNAP With Portainer

Portainer should be your prefered container management system when running containers on QNAP. Let's use Container Station to install Portainer and enjoy plain sailing.

QNAP Container Station Docker Setup (Postgres with SSL Certificate)

2023 - How to run postgres as a docker container in QNAP using Container Station and have data persist on a local share directory using bind mounts.

Install Docker Desktop On Linux Mint

The instructions to install Docker Desktop on Linux Mint differ to Ubuntu in one crucial part - let me prevent a headache.

Portable Laptop Pi-Hole and Unbound DNS resolver

Run Pi-Hole and Unbound locally on your own laptop so that you have a portable 'as secure as can be' internet browsing experience. DNS - just a modern telephone book.

VPN Kill Switch With Docker

You might have set up some great rules in your iptables to act as a kill switch, only to find out that on installing Docker and running some containers they completely override your rules. Fortunately the fix is easy. Let me show you how. 1. Required Reading I’m going to apply the fix to my...

Pi-hole: A Portable Docker Laptop Solution

If you like the network-wide protection your home pi-hole provides against adverts, domains that are known phishing sites, or domains that are known to serve malware, then you are going to love finding out that you can have a local laptop install of pi-hole and take it with you where ever you go.

Remote-Containers CLI: RPC pipe not configured

Did your git commands suddenly stop working in your docker container? Did you connect Visual Studio Code to your container? Are you faced with the error "Remote-Containers CLI: RPC pipe not configured". Come on, lets get this fixed.