tag: docker

docker for development and build of 11ty project

Feb 4, 2025

This post contains my notes on using docker for development and building of 11ty (eleventy) projects, like this site. A primaray motivation is the use of node from docker to avoid installation and maintainance of node on my local machine.

Install docker engine on Pop!_OS 22.04

Jan 28, 2025

This post contains my notes on installing docker engine on Pop!_OS 22.04, following the guidance for Ubuntu at the docker docs site. This will install the current, stable version.