Skip to content

Commit

Permalink
documentaiton
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr1215 committed Jan 26, 2020
1 parent 22c9bbc commit 7adba20
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ Quick testing of a cluster with well-known/customized `kubectl` setup.

## What is included

There are two images, one for bash shell and one for zsh.

- ``kubectl`` v 1.17.2
- ``kubectl`` bash completion
- ``krew`` plugin
- ``kubectl`` bash/zsh completion
- ``k9s`` cluster monitoring tool
- common .bashrc aliases
- common .bashrc/.zshrc aliases

## How to use

Expand All @@ -21,6 +22,10 @@ After running docker container, all the clusters running on the localhost should
docker pull piotrzan/kubectl-comp:zsh
[Dockerfile](https://github.com/Piotr1215/kubectl-container/blob/master/zsh/Dockerfile)

- **bash**
docker pull piotrzan/kubectl-comp
[Dockerfile](https://github.com/Piotr1215/kubectl-container/blob/master/bash/Dockerfile)

## How the images are build

docker build --rm -f "Dockerfile" -t piotrzan/kubectl-comp "." - __this builds image with bash shell__
Expand Down

0 comments on commit 7adba20

Please sign in to comment.