mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 00:33:39 +00:00
Add publish workflow
This commit is contained in:
10
content/about.md
Normal file
10
content/about.md
Normal 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).
|
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user