mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-22 04:00:40 +00:00
Update the readme to reflect that the official docker image. Fixes #16
This commit is contained in:
parent
a2cf0f9118
commit
a4cc854a7f
@ -1,6 +1,5 @@
|
|||||||
|
|
||||||
FROM alpine:3.2
|
FROM alpine:3.2
|
||||||
MAINTAINER Daniel Nephin <dnephin@gmail.com>
|
MAINTAINER Kyle Anderson <kwa@yelp.com>
|
||||||
|
|
||||||
RUN apk add -U python py-pip
|
RUN apk add -U python py-pip
|
||||||
ADD requirements.txt /code/requirements.txt
|
ADD requirements.txt /code/requirements.txt
|
||||||
|
@ -20,10 +20,10 @@ Container
|
|||||||
|
|
||||||
.. code::
|
.. code::
|
||||||
|
|
||||||
docker pull dnephin/docker-custodian
|
docker pull yelp/docker-custodian
|
||||||
docker run -ti \
|
docker run -ti \
|
||||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||||
dnephin/docker-custodian dcgc --help
|
yelp/docker-custodian dcgc --help
|
||||||
|
|
||||||
Debian/Ubuntu package
|
Debian/Ubuntu package
|
||||||
~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
Loading…
Reference in New Issue
Block a user