blog.iankulin.com

Containers

Using the GitHub Container Registry

I explain my move from Docker Hub to GitHub’s Container Registry for container images running on my VPSs, motivated by Docker Hub’s single-private-image free tier and the eventual possibility of CI/CD rebuilds. It walks through generating a Personal Access Token, logging in to ghcr.io, and pushing and pulling images with the registry included in the container name...

Containers

Reflections on three ways software development has improved since I was commercially developing 20 years ago: internet-based access to information, open source becoming mainstream, and containers eliminating dependency and environment setup hassles. Includes an embedded video explaining how containers work...