Web Hosting & VPS Tips

Unleash Your Server Potential with Expert Insights

Hosting provided by: Cloudways
Free to Try! Up to 40% Off!

Category: VPS Setup

Deploy Harbor—a container registry—on an Ubuntu VPS—install Docker:
apt install docker.io
download Harbor:
wget https://github.com/goharbor/harbor/releases/download/v2.5.3/harbor-offline-installer-v2.5.3.tgz
install:
tar xvf harbor-offline-installer-v2.5.3.tgz && cd harbor && ./install.sh
On Vultr access https://ip Manages hosting container images

Back to All Tips