aboutsummaryrefslogtreecommitdiff
path: root/content/en/docs/gentoo/lxd.md
diff options
context:
space:
mode:
authorJulien Dessaux2021-03-11 18:53:14 +0100
committerJulien Dessaux2021-03-11 18:53:14 +0100
commit60d3abc6ecdc21b4ab921d34a55b4af48690f55a (patch)
tree1ee530dd7367d743fb619f341100e41df22e1985 /content/en/docs/gentoo/lxd.md
parentUpdated docsy theme (diff)
downloadwww-60d3abc6ecdc21b4ab921d34a55b4af48690f55a.tar.gz
www-60d3abc6ecdc21b4ab921d34a55b4af48690f55a.tar.bz2
www-60d3abc6ecdc21b4ab921d34a55b4af48690f55a.zip
Rewrote the whole website to get rid on a heavy theme
Diffstat (limited to 'content/en/docs/gentoo/lxd.md')
-rw-r--r--content/en/docs/gentoo/lxd.md38
1 files changed, 0 insertions, 38 deletions
diff --git a/content/en/docs/gentoo/lxd.md b/content/en/docs/gentoo/lxd.md
deleted file mode 100644
index d35c4d6..0000000
--- a/content/en/docs/gentoo/lxd.md
+++ /dev/null
@@ -1,38 +0,0 @@
----
-title: "LXD"
-linkTitle: "LXD"
-weight: 1
-description: >
- How to setup a LXD server
----
-
-{{< highlight sh >}}
-touch /etc{/subuid,/subgid}
-usermod --add-subuids 1000000-1065535 root
-usermod --add-subgids 1000000-1065535 root
-emerge -q app-emulation/lxd
-/etc/init.d/lxd start
-rc-update add lxd default
-{{< /highlight >}}
-
-{{< highlight sh >}}
-myth /etc/init.d # lxd init
-Would you like to use LXD clustering? (yes/no) [default=no]:
-Do you want to configure a new storage pool? (yes/no) [default=yes]:
-Name of the new storage pool [default=default]:
-Would you like to connect to a MAAS server? (yes/no) [default=no]:
-Would you like to create a new local network bridge? (yes/no) [default=yes]: no
-Would you like to configure LXD to use an existing bridge or host interface? (yes/no) [default=no]: yes
-Name of the existing bridge or host interface: lxdbr0
-Would you like LXD to be available over the network? (yes/no) [default=no]: yes
-Address to bind LXD to (not including port) [default=all]: 10.1.0.247
-Port to bind LXD to [default=8443]:
-Trust password for new clients:
-Again:
-Invalid input, try again.
-
-Trust password for new clients:
-Again:
-Would you like stale cached images to be updated automatically? (yes/no) [default=yes]
-Would you like a YAML "lxd init" preseed to be printed? (yes/no) [default=no]:
-{{< /highlight >}}