Build a Docker Container for Cloud CLI Tools
My Docker container for Cloud CLI Tools.
This Dockerfile builds on a Ubuntu image and installs CLI tools for interacting with AWS, Azure, and GCP:
awscliv2
- AWS CLIv2azure-cli
- Microsoft Azure CLIgcloud
- Google Cloud SDK
The image also creates and runs under a non-root user.
Using the Image
You can build the image yourself using this Dockerfile or pull from Docker Hub
Building the Image Locally
Git clone the repository by running the following commands, one at a time:
and then Build the container