This is the build of a miniture kubernetes cli docker container.
$ docker run --rm readytalk/minikubectl:v1.10 kubectl --help
For example to access a local Kubernetes cluster you may run:
$ docker run --rm --net=host --user $UID -v ~/.kube:/config/.kube readytalk/minikubectl:v1.10 kubectl cluster-info