Sign inSign up

pzalews/aztools

By pzalews

Updated almost 7 years ago

Azure CLI + terraform + kubectl as docker

Image
0

1.3K

pzalews/aztools repository overview

Azure tools

All tools need to work with Azure and AKS

Azure CLI + terraform + kubectl as docker

INSTALLED TOOLS:

  • az cli
  • terraform
  • kubectl
  • yq

USAGE

ACCESS

Using Azure credentials (az login):

docker run -it --rm -v "$(pwd):/work" -v ~/.azure:/work/.azure pzalews/aztools terraform --version
SUGGESTIONS

use alias for bash (or other shell that you are using)

example:

alias azd='docker run -it --rm -v "$(pwd):/work" -v ~/.azure:/work/.azure  pzalews/aztools'

and next you could use:

azd az login

azd az resource list

Tag summary

Content type

Image

Digest

Size

224.1 MB

Last updated

almost 7 years ago

docker pull pzalews/aztools