# - bof - # # - - # # - Documentation - # https://www.smarthomebeginner.com/ultimate-docker-server-1-os-preparation/ https://www.smarthomebeginner.com/docker-media-server-2024/ https://www.smarthomebeginner.com/traefik-v3-docker-compose-guide-2024/ # - - # # - Software installation - # sudo apt install apache2-utils apt-transport-https ca-certificates curl \ gnupg htop lsb-release net-tools ncdu ntp unzip zip -y # - - # # - Enhance performance - Add at the end of the file - # sudo vim /etc/sysctl.conf; vm.swappiness=10 vm.vfs_cache_pressure = 50 fs.inotify.max_user_watches=262144 # - - # # - Install docker - # #sudo apt install docker.io docker-compose -y; # - - # # - ssh Proxmox-IS - # sshP ssh 192.168.1.15; sudo su; bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/docker.sh)" This will create a New Docker LXC. Proceed? Enter User Default Settings? Enter Choose Distribution (*) Ubuntu # - - # # - ssh Proxmox-IS - # https://192.168.1.170:9443 # - eof - #