From 652becdaaaa09c6ee9cb0b8bcf4bec50d246dcaa Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 12 Mar 2021 19:36:17 +0100 Subject: Some more articles reformatting --- content/docs/gentoo/lxd.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'content/docs/gentoo/lxd.md') diff --git a/content/docs/gentoo/lxd.md b/content/docs/gentoo/lxd.md index d35c4d6..a13dc53 100644 --- a/content/docs/gentoo/lxd.md +++ b/content/docs/gentoo/lxd.md @@ -1,11 +1,14 @@ --- title: "LXD" -linkTitle: "LXD" -weight: 1 -description: > - How to setup a LXD server +description: How to setup a LXD server on gentoo --- +## Introduction + +I have used LXD for many years successfully, I was never satisfied with the docker way of doing container images pulling who knows what from who knows where. Until recently I managed full machine containers running Alpine Linux and was very happy with the simplicity of it. + +## Installation + {{< highlight sh >}} touch /etc{/subuid,/subgid} usermod --add-subuids 1000000-1065535 root @@ -15,6 +18,8 @@ emerge -q app-emulation/lxd rc-update add lxd default {{< /highlight >}} +## Initial configuration + {{< highlight sh >}} myth /etc/init.d # lxd init Would you like to use LXD clustering? (yes/no) [default=no]: -- cgit v1.2.3