diff --git a/content/posts/crash-course-to-lxd.md b/content/posts/crash-course-to-lxd.md index 067004dea9ae7722c6b65577f6808c0025e8594f..1af619d3eae1b17348d36e33e773e6d38c69a62e 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 29a684f538b11ee6093ec6202c4409667fdffa03..4ce3a9720dd83268600a6511b438f3d5056a35ec 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