Add publish workflow

This commit is contained in:
Dave Gallant
2024-01-02 09:33:25 -05:00
parent 66cff08323
commit 789cae3baa
331 changed files with 745 additions and 2087 deletions

10
content/about.md Normal file
View File

@@ -0,0 +1,10 @@
---
title: About
weight: -210
disable_comments: true
hide_date: true
---
I'm a software tinkerer with a passion for infrastructure, tooling, security, and coffee.
Feel free to reach out at [me@davegallant.ca](mailto:me@davegallant.ca).

View File

@@ -11,7 +11,7 @@ There are a number of reasons why you might want to replace docker, especially o
<!--more-->
{{< tweet 1388586550682861568 >}}
{{< tweet user="moyix" id="1388586550682861568" >}}
Docker has been one of the larger influencers in the container world, helping to standardize the [OCI Image Format Specification](https://github.com/opencontainers/image-spec/blob/main/spec.md). For many developers, containers have become synonymous with terms like `docker` and `Dockerfile` (a file containing build instructions for a container image). Docker has certainly made it very convenient to build and run containers, but it is not the only solution for doing so.