Moved jobs examples to docs repo

These are not considered "examples", per
https://github.com/kubernetes/kubernetes/pull/17345#issuecomment-197153744
This commit is contained in:
Eric Tune
2016-06-20 07:59:19 -07:00
parent 1cd9b83b54
commit 72a3fb3c37
15 changed files with 957 additions and 12 deletions
@@ -0,0 +1,6 @@
FROM python
RUN pip install redis
COPY ./worker.py /worker.py
COPY ./rediswq.py /rediswq.py
CMD python worker.py