diff --git a/content/posts/crash-course-to-lxd.md b/content/posts/crash-course-to-lxd.md index 067004d..1af619d 100644 --- a/content/posts/crash-course-to-lxd.md +++ b/content/posts/crash-course-to-lxd.md @@ -10,7 +10,7 @@ tags: - VMs - Docker - LXD -draft: true +draft: false toc: true rss_only: false cover: ./cover.png @@ -117,7 +117,7 @@ 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`. -``` text +```text $ lxc profile show default config: {} description: Default LXD profile diff --git a/content/posts/lxd-containers-for-human-beings.md b/content/posts/lxd-containers-for-human-beings.md index 29a684f..4ce3a97 100644 --- a/content/posts/lxd-containers-for-human-beings.md +++ b/content/posts/lxd-containers-for-human-beings.md @@ -10,7 +10,7 @@ tags: - VMs - Docker - LXD -draft: true +draft: false toc: true rss_only: false cover: ./cover.png