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

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.