Sign inSign up

chanezon/azure-linux

By chanezon

Updated almost 11 years ago

Tools to help provision and manage Azure Linux clusters

Image
2

528

chanezon/azure-linux repository overview

This image includes all the tools necessary to follow the instructions in P@ Linux on Azure tutorials

  • azure-coreos-cluster to provision coreos clusters in Microsoft Azure.
  • weave post processing tool
  • docker machine
  • docker

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

Tag summary

Content type

Image

Digest

sha256:cd37117e1

Size

340.2 MB

Last updated

almost 11 years ago

docker pull chanezon/azure-linux