diff --git a/Dockerfile b/Dockerfile index 5305d36..a3ca519 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,5 @@ - FROM alpine:3.2 -MAINTAINER Daniel Nephin +MAINTAINER Kyle Anderson RUN apk add -U python py-pip ADD requirements.txt /code/requirements.txt diff --git a/README.rst b/README.rst index 8d03a78..fc51ec9 100644 --- a/README.rst +++ b/README.rst @@ -20,10 +20,10 @@ Container .. code:: - docker pull dnephin/docker-custodian + docker pull yelp/docker-custodian docker run -ti \ -v /var/run/docker.sock:/var/run/docker.sock \ - dnephin/docker-custodian dcgc --help + yelp/docker-custodian dcgc --help Debian/Ubuntu package ~~~~~~~~~~~~~~~~~~~~~