Docker
Immich
Original: https://thomaswildetech.com/home-server/immich/
Running multiple plex containers in Docker
Original: https://www.reddit.com/r/unRAID/comments/vo0qim/does_plex_need_to_be_run_in_host_mode/ When you have the network type “host” for a docker container then you are telling docker that the Image or container itself will manage the ports. This means that an -P or -p XXXX port assignment is ignored. Any port in the docker image marked with EXPOSED will be, well, exposed as port in the container with … Read more
Prometheus monitoring stack on Ubuntu 22.04.2 and Micro Kubernetes Cluster (microk8s)
1) Install Ubuntu 22.04.2 desktop Install guest agent: sudo apt-get install qemu-guest-agent sudo systemctl start qemu-guest-agent Optional – Add the curret user to the sudo group: sudo usermod -aG sudo $USER 2) Configure RDP and VNC fix the lock problem: 3) Install docker sudo apt install docker.io add the current user to docker group: sudo … Read more
Install Docker in WSL 2 without Docker Desktop