Tools to help provision and manage Azure Linux clusters
528
This image includes all the tools necessary to follow the instructions in P@ Linux on Azure tutorials
It may be useful for developers who run on Windows, and want to experiement with these tools from an Azure Linux VM, or boot2docker.
See https://github.com/chanezon/azure-linux/ for more details.
The Dockerfile is at https://github.com/chanezon/azure-linux/blob/master/Dockerfile
You can run it in the simplest way to get a shell:
docker run -ti chanezon/azure-linux
Or run the commands directly from the container, attaching columes:
docker run -v ~/.ssh:/usr/data -v ~/.dind:/root/.docker chanezon/azure-linux machine create -d azure --azure-subscription-id="9b5910a1...-8e79d5ea2841" --azure-subscription-cert="/usr/data/azure-cert.pem" pat-machine
Content type
Image
Digest
sha256:cd37117e1…
Size
340.2 MB
Last updated
almost 11 years ago
docker pull chanezon/azure-linux