aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-22 18:02:43 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-10-22 18:02:43 +0200
commit09d4ecd59432a74a64093891e0201fa31cb2a375 (patch)
treedaa72d2639b5b2547dff1a5dc1f048657783f210
parentsön 15 okt 2023 23:59:57 CEST (diff)
downloadwiki-public-09d4ecd59432a74a64093891e0201fa31cb2a375.tar.gz
wiki-public-09d4ecd59432a74a64093891e0201fa31cb2a375.tar.xz
sön 22 okt 2023 18:02:40 CEST
-rw-r--r--Debian Repo.wiki2
-rw-r--r--nspawn.wiki5
2 files changed, 7 insertions, 0 deletions
diff --git a/Debian Repo.wiki b/Debian Repo.wiki
index 624a546..c9bf375 100644
--- a/Debian Repo.wiki
+++ b/Debian Repo.wiki
@@ -11,6 +11,8 @@ stretch :: Debian 9
buster :: Debian 10
bullseye :: Debian 11
bookworm :: Debian 12
+trixie :: Debian 13
+forky :: Debian 14
xenial :: Ubuntu 16
bionic :: Ubuntu 18
diff --git a/nspawn.wiki b/nspawn.wiki
index 84889c0..079cc1c 100644
--- a/nspawn.wiki
+++ b/nspawn.wiki
@@ -1,5 +1,10 @@
[[Systemd Machined]]
+= Run ephemeral container =
+{{{sh
+systemd-nspawn --ephemeral --directory /var/lib/templates/${name}
+}}}
+
== Debian ==
=== Create new debian container ===