aboutsummaryrefslogtreecommitdiff
path: root/content/docs/gentoo/lxd.md
diff options
context:
space:
mode:
authorJulien Dessaux2021-03-12 19:36:17 +0100
committerJulien Dessaux2021-03-12 19:36:17 +0100
commit652becdaaaa09c6ee9cb0b8bcf4bec50d246dcaa (patch)
treecb2788aae124e8b928dc6b3b428b28269a8aa060 /content/docs/gentoo/lxd.md
parentNew hugo article (diff)
downloadwww-652becdaaaa09c6ee9cb0b8bcf4bec50d246dcaa.tar.gz
www-652becdaaaa09c6ee9cb0b8bcf4bec50d246dcaa.tar.bz2
www-652becdaaaa09c6ee9cb0b8bcf4bec50d246dcaa.zip
Some more articles reformatting
Diffstat (limited to 'content/docs/gentoo/lxd.md')
-rw-r--r--content/docs/gentoo/lxd.md13
1 files changed, 9 insertions, 4 deletions
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]: