Hello.
I'm trying to create new docker vm using community helper script:
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/vm/docker-vm.sh)"
Unfortunately, the script freezes on
Expanding root partition to use full disk space
Some investigation showed me, that it...