Skip to content

Docker image including rancher client, kubectl and helm client | owner=@D-Nitro

License

Notifications You must be signed in to change notification settings

kpn/docker-rancher-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker-Rancher-Helm

Overview

Docker image containing rancher client, helm client and kubectl. This image is available on DockerHub.

build image

$ make docker/build/<TAG>

push image

$ make docker/push/<TAG>

run rancher command

$ docker run --rm -v <PATH_TO_CONFIG>:/root/.rancher/cli2.json rancher:<TAG> "rancher --help"

run helm command

$ docker run --rm rancher:<TAG> "helm --help"

run kubectl command

$ docker run --rm -v <PATH_TO_CONFIG>:/root/.rancher/cli2.json rancher:<TAG> "rancher kubectl --help"

where <TAG> is the image tag and <PATH_TO_CONFIG> is the path for rancher client config path

Contributing

Workflow

  1. Fork this repository
  2. Clone your fork
  3. Create and test your changes
  4. Create a pull-request
  5. Wait for reviewers feedback

About

Docker image including rancher client, kubectl and helm client | owner=@D-Nitro

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published