Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Azure/acr-web-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Container Registry Web Manager

The ACR Web Manager enables you to view metadata about your respositories and tags stored in your Azure Container Registry. You can find out more information about Azure Container Registry here.

Running locally in Docker

$ docker run -it -p 5000:80 azurecr/web-manager

Build instructions

Make sure you have installed dotnet core 3.0

$ cd src/WebManager/app
$ npm install
$ cd ..
$ dotnet restore
$ dotnet run

Buiding and running the Docker image:

$ cd src/
$ docker build -t acrmanager -f WebManager/Dockerfile .
$ docker run -p 5000:80 -it --rm acrmanager

alt Web Manager animation

About

Azure Container Registry Web Management Portal

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •