Azure Container Registry Web Management Portal
Перейти к файлу
Sajay Antony ae4d1d0f29
Merge pull request #35 from Azure/users/GitHubPolicyService/c4c2ab21-6dcb-48c7-a2bc-784297ad1d6d
Adding Microsoft SECURITY.MD
2022-10-18 14:36:08 -07:00
.vscode Update to dotnet 3.0 release 2019-10-09 15:31:11 -07:00
docs/assets Added readme animation 2016-11-15 09:26:17 -08:00
src Enable OCI mediatypes 2019-10-16 15:27:10 -07:00
.gitattributes Initial commit 2016-11-11 15:40:47 -08:00
.gitignore T gigo/update (#10) 2019-08-21 17:24:02 -07:00
LICENSE.txt Added License and README.md 2016-11-11 14:31:30 -08:00
README.md T gigo/update (#10) 2019-08-21 17:24:02 -07:00
SECURITY.md Microsoft mandatory file 2022-09-13 15:18:28 +00:00

README.md

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