Skip to content

Docker image containing Kubernetes CLI tool (Kubectl), AWS CLI and AWS Shell, to control any k8s cluster.

License

Notifications You must be signed in to change notification settings

DNXLabs/docker-kube-tools

Repository files navigation

docker-kube-tools

Security Lint

Dependencies

  • Docker

Docker

Build

Now you are ready to build an image from this project Dockerfile.

docker build -t kube-tools .

Run

After your image has been built successfully, you can run it as a container.

docker run kube-tools --help
docker run kube-tools <command>

Author

Managed by DNX Solutions.

License

Apache 2 Licensed. See LICENSE for full details.