wayarmy / alpine-kubectl

Dockerfile of kubectl on alpine image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build

Alpine-Kubectl

This image contain kubectl in the alpine image.

Installation

  • docker pull wayarmy/alpine-kubectl:latest

Kubectl Version

  • Latest: 1.8.0
  • 1.6.7
  • 1.7.4

Run with kubeconfig

  • docker run -it -v $PWD/.kube:/root/.kube wayarmy/alpine-kubectl:latest kubectl --help

About

Dockerfile of kubectl on alpine image