From 91a7d360120dbbf1f54edeb3cfde5dcecc6e7d0a Mon Sep 17 00:00:00 2001 From: Matt Butcher Date: Sat, 7 Nov 2015 17:06:54 -0700 Subject: [PATCH] feat(alpine): update the README --- alpine/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/alpine/README.md b/alpine/README.md index 0c3333efc0..8783f73d85 100644 --- a/alpine/README.md +++ b/alpine/README.md @@ -1,3 +1,8 @@ # Alpine This Chart provides a Pod running Alpine Linux. + +## Usage + +This pod is for testing and debugging. The standard usage is to connect +using `kubectl exec` and then install the tools you want using `apk`.