This image contain kubectl in the alpine image.
docker pull wayarmy/alpine-kubectl:latest
- Latest: 1.8.0
- 1.6.7
- 1.7.4
docker run -it -v $PWD/.kube:/root/.kube wayarmy/alpine-kubectl:latest kubectl --help
Dockerfile of kubectl on alpine image
This image contain kubectl in the alpine image.
docker pull wayarmy/alpine-kubectl:latest
docker run -it -v $PWD/.kube:/root/.kube wayarmy/alpine-kubectl:latest kubectl --help
Dockerfile of kubectl on alpine image