TCE on Rocky 8.5

Start with a new vm and Rocky 8.5 from here https://rockylinux.org/download/ Install Docker with this manual https://docs.docker.com/engine/install/centos/ sudo usermod -aG docker $USER sudo systemctl enable docker #reboot Install Homebrew first!…