Skip to content

Commit

Permalink
add note about container tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Hamilton committed Jul 30, 2020
1 parent 34828e9 commit 3d5e8ff
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/getting_started/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,14 @@ docker run -v "${HOME}/.kube/:/.kube/:ro" 'gcr.io/soluble-oss/kubectl-tap:latest
```sh
docker run -v "${HOME}/.kube/:.kube/:ro" 'gcr.io/soluble-oss/kubectl-tap:latest' off -n mynamespace myservice
```

## Image variations

Kubetap is built on alpine, and available at `gcr.io/soluble-ass/kubectl-tap`.
Images are distributed under two major tags:

| Image and tag | Description |
| --- | --- |
| `gcr.io/soluble-oss/kubectl-tap:latest` | Alpine build and `sratch` execution environment. Tiny container, no shell. |
| `gcr.io/soluble-oss/kubectl-tap:alpine` | Alpine build and execution environment. Useful for debugging, has a shell. |

0 comments on commit 3d5e8ff

Please sign in to comment.