From 7419e0b0e7a5d20c5a09c1845f1efe4d0573f0ab Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Mon, 12 May 2025 10:45:36 +0200 Subject: [PATCH] fix --- content/snippets/0270-docker-on-apple-silicon.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/snippets/0270-docker-on-apple-silicon.md b/content/snippets/0270-docker-on-apple-silicon.md index 1eeb724..5bd51a0 100644 --- a/content/snippets/0270-docker-on-apple-silicon.md +++ b/content/snippets/0270-docker-on-apple-silicon.md @@ -7,7 +7,7 @@ date: 2025-05-12 Docker itself comes with some background processes. Fine for servers, which only exists to run the containers all the time, disadvantageous for a laptop where you run a container only now and then. ChatGPT proposed `podman` and `finch` and as I already heard and read about `podman` I tried it first. -## `podman` +## podman ``` brew install podman @@ -30,7 +30,7 @@ brew uninstall podman ``` -## `finch` +## finch This is a open source product of AWS: [https://aws.amazon.com/de/blogs/opensource/introducing-finch-an-open-source-client-for-container-development/](https://aws.amazon.com/de/blogs/opensource/introducing-finch-an-open-source-client-for-container-development/).