YOU’LL NEED THIS
DOCKER ENGINE, PLUS YOUR CHOICE OF CONTAINERS available for Linux, Windows, Mac, QNAP, and Synology
IF YOU FOLLOWED LAST ISSUE’S NAS SERVER BUILD, you’ll have been left hanging with the tantalizing prospect of using Docker to run many, if not all, of your key services. Docker provides a clever way to run a wide range of applications and network services (from VPN and self-hosted cloud-style backup to media streaming) on any supported hardware.
Docker containers make it easy to run services in isolated bubbles, complete with their own dependencies and with tailored access to the outside world. At first glance, it can appear an impenetrable subject but in this tutorial, we’ll show you how to install it on your system, set things up, get a firm understanding of the basics, and deploy your first containers, one to provide a convenient graphical front end, the other to set up a reverse proxy allowing you to securely access selected containers from outside your home network should you wish.
This tutorial focuses on those running a command-line version of Linux, such as Ubuntu Server as featured in last issue’s NAS build. But you can easily run Docker natively on other platforms too—just skip the steps on configuring a dedicated Docker user account.
1 INSTALL DOCKER
Docker exists in many forms, such as Docker Desktop/ to click the relevant link for your operating system to access downloads and specific installation instructions.