Category: Docker

  • Installing Docker and Portainer on a Proxmox VM

    This article will cover installing Docker and Portainer on a Proxmox VM, we created the VM in the previous article. There’s a bit of a shift in the home server Proxmox world over to using containers rather than Docker. Personally, I’m on the fence with this. On the one hand containers are good because they…

  • Running Docker on a Raspberry Pi

    Docker has, for a lot of cases, become the go to way to install and run certain services. Docker is a container system which means it comes with all the advantages of containers such as ease of installation, resource management and security. Docker is also fairly low overhead so it’s possible to run a number…

  • Making a Docker Container Use a VPN

    A while back I wrote a post on routing all traffic through a VPN under Linux. The solution discussed in that post is fine if you are only dealing with regular applications but when you are dealing with containers the world is a difference place. Docker networks are, or at least can be, complicated. By…