diff --git a/Makefile b/Makefile index 368d44e..84a92af 100644 --- a/Makefile +++ b/Makefile @@ -2,4 +2,4 @@ all: build build: docker build \ - -t lsstsqre/docker-gc-cron . + -t lsstsqre/docker-gc . diff --git a/README.md b/README.md index f020bd8..73ee40d 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -docker-gc-cron +docker-docker-gc === -[![Build Status](https://travis-ci.org/lsst-sqre/docker-gc-cron.png)](https://travis-ci.org/lsst-sqre/docker-gc-cron) +[![Build Status](https://travis-ci.org/lsst-sqre/docker-docker-gc.png)](https://travis-ci.org/lsst-sqre/docker-docker-gc) -A simple that includes `docker` and the -[`docker-gc`](https://github.com/spotify/docker-gc) script that is intended to +A simple image that includes `docker` and the +[`docker-gc`](https://github.com/spotify/docker-gc) script. It is intended to be used as a kubernetes side-car in a pod with a "DinD" container. Usage --- ```sh -docker run -ti lsstsqre/docker-gc-cron +docker run -ti lsstsqre/docker-gc ```