Skip to content

Commit

Permalink
Fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
monder committed Jul 17, 2016
1 parent a046715 commit fbfd2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit fbfd2ec

Please sign in to comment.