From 7700ba6c33b0876119edf67233aacbdf23b45442 Mon Sep 17 00:00:00 2001 From: Matias Pan Date: Tue, 23 Jun 2020 13:47:07 -0300 Subject: [PATCH] Documentation for installation with docker Signed-off-by: Matias Pan --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f68d0bb..aea8d72 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 [path] # Downloads the latest binary and makes it executable bin update [bin]... # Scans binaries and prompts for update