self-registry

module
v0.0.0-...-e18383b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 24, 2020 License: MIT

README

Running a self-hosted Docker Registry on Azure App Service

This repository contains the script for deploying a self-hosted Docker Registry running on Azure App Service, which uses Storage Account for storing images. Detailed instruction how-to run it you can find here.

You can use Azure Cloud Shell in Bash mode for the deployment, by executing commands below:

export grpName="demo-registry-group"                                                                                 
export grpRegion="westeurope"                                                                                        
export strgConfig="config"                                                                                           
export strgData="data"                                                                                               
export authConfig="htpasswd" 

[ ! -d "self-registry/.git" ] && git clone https://github.com/groovy-sky/self-registry
cd self-registry && git pull
./run.sh

Deployment process should take less than 5 minutes:

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL