Azure-cli Docker image base on Alpine linux, for efficient container management.
100K+
Maintained by:
Oowy team
Where to get help:
the Docker Community Slack, Server Fault, Unix & Linux, or Stack Overflow
latest2.63.02.62.02.61.02.60.02.59.02.58.02.57.02.56.02.55.02.54.02.53.1amd64, arm64v8AZURE CLI is a set of open-source command-line tools allowing management and automation of Microsoft Azure cloud services. It enables developers and system administrators to create, manage, and monitor their Azure resources directly from the command terminal or command prompt of their operating system.
Using Azure CLI, you can run various commands to interact with Azure services, such as creating virtual machines, managing storage, configuring networks, managing resource groups, and much more. Commands are generally structured in the following way: az .
The team publishes a Docker image to this repository for each official release of AZURE CLI.
These images wrap the az executable, allowing you to run az subcommands by passing in their names and arguments as part of docker run.
For example, the command below uses the 'latest' tag to display the 'version' of the binary:
docker run oowy/azure-cli:latest az --version
You will likely need to further configure your container so that az can access your configuration files and provider credentials. This could include mounting your configuration into the container, setting the working directory to refer to your configuration, and passing in environment variables and credentials files for the providers you intend to use. The docker run documentation lists the options you can use to customize the container environment.
You could also use these images as a base for your own images. For example, this would be helpful if you wanted to to pre-set CLI Configuration settings as part of your image.
Open issues about AZURE binary on the main AZURE CLI repository.
Content type
Image
Digest
sha256:6e360dcb2…
Size
285.2 MB
Last updated
10 months ago
docker pull oowy/azure-cli