<p style="margin:0;">Hallo,</p><p style="margin:0;"> </p><p style="margin:0;">ich schmeiss hier mal meine aktuallisierte Liste rein zu den Themen von Gestern.</p><p style="margin:0;"> </p><p style="margin:0;">Gruß Volker</p><p style="margin:0;">----------------------schnipp-----------------------</p><p style="margin:0;">Nach Installation<br>in /etc/apt/sources.list   hinzufügen von<br>deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription<br>in /etc/apt/sources.list.d/pve-enterprise.list  auskommentieren<br># ssh in virtueller Maschine aktivieren<br>nano /etc/ssh/sshd_config dann PermitRootLogin yes<br># vnc von ausserhalb proxmox freischalten<br>nano /etc/pve/local/qemu-server/102.conf  Nummer der Maschine im PVE<br>args: -vnc 0.0.0.0:79 ans Ende einfügen<br>Beim VNC Tool IP des Proxmox eintragen Port ist dann 5979 im Beispiel <br># Docker mit compose und Portainer<br>Ubuntu lxc Unpreviligierter Container nicht starten einstellen Optionen Features keyctl und Nesting<br>upgraden<br>apt install docker.io<br>systemctl start docker <br>systemctl enable docker<br>## install docker-compose ##<br>Da die Doku von Apfelcast veraltet war, hier mal ein Link zu einem gutem how to<br>https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-compose-on-ubuntu-22-04<br>## install portainer ## Auch Portainer geht aktueller ;)<br>https://kifarunix.com/install-portainer-on-ubuntu/</p><p style="margin:0;">docker run -d -p 8000:8000 -p 9443:9443 --name portainer \<br>--restart=always -v /var/run/docker.sock:/var/run/docker.sock \<br>-v pt_data:/data portainer/portainer-ce:latest</p><p style="margin:0;">#Wichtig! ##<br>Note that the Portainer Server listens on port TCP 9443 for the UI and API and on an optional port TCP 8000, which is only required if using Edge Compute features with Edge Agents.<br>The Portainer Agents listen on TCP port 9001<br> </p><p style="margin:0;"> </p>