podex: move to contrib

This commit is contained in:
Johan Euphrosine
2014-10-02 10:37:41 -07:00
parent 1b2604f642
commit e5b3e41ef9
6 changed files with 60 additions and 30 deletions

14
contrib/podex/README.md Normal file
View File

@@ -0,0 +1,14 @@
# podex
## Description
`podex` is a command line tool to bootstrap a kubernetes container manifests from docker image metadata.
Manifests can then be edited by a human to match deployment needs.
## Usage
```
$ docker pull google/nodejs-hello
$ podex -yaml google/nodejs-hello > pod.yaml
$ podex -json google/nodejs-hello > pod.json
```