Skip to content

Commit

Permalink
rename repo to docker-docker-gc
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed May 3, 2019
1 parent da26547 commit ff4f564
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ all: build

build:
docker build \
-t lsstsqre/docker-gc-cron .
-t lsstsqre/docker-gc .
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit ff4f564

Please sign in to comment.