Alle Kategorien:
  E V T Z Allgemein
 EVTZ-Datenbank
  E V T Z Dokumente
 Kommentare
 Literaturdatenbank
  E V T Z Praxis
 Rechtsprechungsdatenbank
 Rechtsvorschriften
  Kooperationsinstrumente
 Startseite

Version [4363]

Dies ist eine alte Version von LXC erstellt von ErdaxoAdmin am 2023-02-11 10:43:14.

 

Linux Container mit LXC LXD


Das Konzept mit dem neuen LXD konnte ich auf dem Strato VPS nicht ausprobieren, aber LXC scheint einfacher zu laufen, als in der Dokumentation zu LXC / Debian selbst beschrieben!

Die Einrichtung von LXC auf Debian 11 (Strato VPS):

A. Installation
apt install lxc
apt remove veeamsnap
apt install lxc
lxc-checkconfig
df
apt install lxd

B. Container erstellen


apt install lxd
lxd init
lxc profile show default
lxc
lxc-start
top
df
lxc-create -n www -t debian11
exit
apt install lxc libvirt0 libpam-cgfs bridge-utils uidmap
head -n 1 /etc/lxc/default.conf
ifconfig
lxc-net
lxc-config
lxc-config -l
lxc-config lxc.default_config
nano /etc/lxc/default.conf
sysctl kernel.unprivileged_userns_clone
sysctl kernel.unprivileged_users_clone
sysctl kernel.unprivileged_user_clone
lxc-checkconfig
exit
Auf dieser Seite sind keine Kommentare vorhanden