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