Create Own Docker Registry with GUI using Harbor
Harbor fills a gap for applications and organizations that cannot use a public or cloud-based registry. You’ll enjoy a consistent experience across all clouds platforms Pre-Requisits: You need an operating system with support for docker and following system requirements: Docker engine version -17.06.0-ce+ or higher Docker Compose version -1.18.0 or higher Hardware Requirement Download and Install Harbor: browser_download_url | cut -d '"' -f 4 | grep '\.tgz$' | wget -i - You can also pull the latest Harbor release from the downloads page Unzip tar: tar xvzf harbor-offline-installer*.tgz Harbor Install a tion without ssl: In the first setup, we’ll consider installation without TLS/SSL. Go to Harbor directory and Copy configuration template: cp harbor.yml.tmpl harbor.yml open harbor .yml file and comment the 443 port and its certificate, snap shot is as below Comment Line no 13 to 18 Also change admin password (harbor_admin_password) in harbor.yml file Fi...