Running internal applications on proxmox
things to do after creating a new container
sudo apt update && apt upgrade
apt install curl
let's install docker now using the quick install script
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh ./get-docker.sh
now let's create our non-...
blog.wongandre.com4 min read