From 169418efbd24a41a75d15b2dd8d8224ef0b19451 Mon Sep 17 00:00:00 2001 From: Amolith Date: Mon, 18 Sep 2023 22:07:33 -0400 Subject: [PATCH] correct a couple typos --- content/posts/lxd-containers-for-human-beings.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/posts/lxd-containers-for-human-beings.md b/content/posts/lxd-containers-for-human-beings.md index 4a3b49c..7d30d52 100644 --- a/content/posts/lxd-containers-for-human-beings.md +++ b/content/posts/lxd-containers-for-human-beings.md @@ -247,8 +247,8 @@ Application containers also tend to be necessary when the application you want to self-host is _only_ distributed as a Docker image and the maintainers adamantly refuse to support any other deployment method. This is a _massive_ pet peeve of mine; yes, Docker can make running self-hosted applications easier for -inexperienced individuals,[^2] but application orchestration system _does not_ -fit in every single environment. By refusing to provide proper "manual" +inexperienced individuals,[^2] but an application orchestration system _does +not_ fit in every single environment. By refusing to provide proper "manual" deployment instructions, maintainers of these projects alienate an entire class of potential users and it pisses me off. @@ -369,7 +369,7 @@ log in. ### Further tips -One of the things you mind want to do post-installation is mess around with +One of the things you might want to do post-installation is mess around with profiles. There's a `default` profile in LXD that you can show with `lxc profile show default`.