Skip to content

samdobson/Azure-Container-Registry-Browser

Repository files navigation

Python versions PyPI version PyPI - License Code style: black

Azure Container Registry Browser

A terminal-based user interface for managing container images and artifacts in Azure Container Registry.

home_view

Installation

Install with pip, poetry, or your favourite package manager:

pip install azurecr-browser

Log in with Azure CLI:

az login

Run the application with the following command. You can optionally append the name of the registry to be managed.

acr

The app will remember the registry you looked at last, so you don't need to specify it next time around.

If you prefer instead to use Docker:

docker run --rm -it --volume $HOME:/app --volume $HOME/.azure:/root/.azure ghcr.io/samdobson/azurecr-browser:latest

Credits

🚀 This project owes a huge debt of gratitude to the fantastic Azure Key Vault Browser, from which it is forked, and of course, to the underlying technologies that make both of these projects possible: textual and rich!

Contributing

If you would like to contribute to azurecr-browser head over to the contributing guide to find out more.