containers

alias docker=podman

Nov 6, 2020
#containers #Podman #web server

An introduction to the open-source daemonless container engine Podman. Comparisons are made between Docker and Podman and some of the additional featurse of Podman are explored.


Gunicorn and Flask

Sep 9, 2020
#containers #Flask #web server #Gunicorn #Python

A step-by-step tutorial on how to to use containers to deploy a Flask web application with the WSGI HTTP server Gunicorn. A simple recipes application is deployed as an example.


Reverse Proxies

Aug 25, 2020
#nginx #containers #networking #Jellyfin


WireGuard

Jun 3, 2020
#VPN #LXD #networking #containers

Some thoughts on why you might want a VPN server at home, the advantages of using WireGuard, and finally a step by step guide on installing a WireGuard VPN server at home.


LXC and LXD

May 7, 2020
#containers #LXD

Continuing the container series naturally brings us to LXC and LXD. A brief history of the two container management systems is followed by an introduction to installing, configuring, and running LXD to deploy system containers.


Docker Build

Apr 9, 2020
#containers #python #docker

The third post in a multi-part container series. How to build and mange your own images in Docker with docker build.


Docker Compose and Volumes

Mar 19, 2020
#containers #nginx #web server #docker

The second post in a multi-part container series. An expansion on Docker volumes followed by how to get started with Docker Compose and easily manage multiple containers.


Linux Containers and Docker

Mar 6, 2020
#containers #nginx #web server #docker

The first post in a multi-part container series. A brief introduction on Linux containers is followed by a guide on installing Docker, using the Docker CLI, and managing containers.