From fbfd2ec54a3949e3b9d8434e0ac37b00ed1715d2 Mon Sep 17 00:00:00 2001 From: Aleksejs Sinicins Date: Sun, 17 Jul 2016 15:59:27 +0300 Subject: [PATCH] Fix tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c5b2aa..57c4676 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ rkt run \ --insecure-options=image \ --net=flannel \ docker://redis \ - monder.cc/rkt-sidekick:0.0.1 -- --cidr 10.0.0.0/16 /services/redis-a6f43b/ip + monder.cc/rkt-sidekick:v0.0.1 -- --cidr 10.0.0.0/16 /services/redis-a6f43b/ip ``` The script above will launch redis and a sidekick in the same pod. The sidekick will enumerate all network interfaces and write the first one matching `10.0.0.0/16` to the key `/services/redis-a6f43b/ip`