Skip to content

Commit

Permalink
Documentation for installation with docker (#4)
Browse files Browse the repository at this point in the history
Signed-off-by: Matias Pan <matias.pan26@gmail.com>
  • Loading branch information
matipan committed Jun 23, 2020
1 parent c89b3e0 commit 61f99a4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ be more than happy to brainstrom about possibilities.

## Usage

Install a realse from github with the following command:
Install a release from github with the following command:

```
bin install github.com/kubernetes-sigs/kind # installs latest Kind release
Expand All @@ -33,6 +33,14 @@ bin install github.com/kubernetes-sigs/kind/releases/tag/v0.8.0 # installs a spe
bin install github.com/kubernetes-sigs/kind ~/bin/kind # installs latest on a specific path
```

You can install Docker images and use them as regular CLIs:

```
bin install docker://hashicorp/terraform:light # install the `light` tag for terraform
bin install docker://quay.io/calico/node # install the latest version of calico/node
```

```
bin install <repo> [path] # Downloads the latest binary and makes it executable
bin update [bin]... # Scans binaries and prompts for update
Expand Down

0 comments on commit 61f99a4

Please sign in to comment.