Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #240 from bitnami-labs/readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
Marko Mikulicic committed Sep 10, 2020
2 parents 1a548a4 + bde1385 commit 84a34db
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Expand Up @@ -183,7 +183,7 @@ INFO[0000] Kubewatch controller synced and ready pkg=kubewatch-pod
```
#### Using Docker:

To Run Kubewatch Container interactively, place the config file in `$HOME/.kubewatch.yaml` location and use the following command.
To Run Kubewatch Container interactively, place the config file in `$HOME/.kubewatch.yaml` location and use the following command.

```
docker run --rm -it --network host -v $HOME/.kubewatch.yaml:/root/.kubewatch.yaml -v $HOME/.kube/config:/opt/bitnami/kubewatch/.kube/config --name <container-name> bitnami/kubewatch
Expand Down Expand Up @@ -422,13 +422,11 @@ $ kubewatch resource remove --rc --po --svc

### Using go

Clone the repository into your $GOPATH and then build it.
```
$ mkdir -p $GOPATH/src/github.com/bitnami-labs/
$ cd $GOPATH/src/github.com/bitnami-labs/
Clone the repository anywhere:
```console
$ git clone https://github.com/bitnami-labs/kubewatch.git
$ cd kubewatch
$ go build -o kubewatch main.go
$ go build
```
or

Expand Down

0 comments on commit 84a34db

Please sign in to comment.