Tags / Docker
Moving From Ghost to Hugo
Migrating my blog from Ghost to Hugo was a mild pleasure
High Availability Perl with Kubernetes
I gave a presentation about Kubernetes (using a Mojolicious Perl application as the example). Here are the sources and here are the slides.
As usual, Doran Barton put together an expert recording:
Clean up unused Docker image layers
If you build a lot of your own images, you’re going to accumulate dozens (or more) image layers that will be eating up your disk space. If your layers are small, this is no big deal, but if you’re building on VM images, this can quickly turn into Gb.
Here’s a gist to add to your ~/.bash_profile
or equivalent Bourne-compatible shell. Run as needed.
Dockerizing Perl Applications
I presented at our Salt Lake Perl Mongers about using Docker to isolate dependencies in your Perl applications.