An open API service indexing awesome lists of open source software.

https://github.com/nwtgck/hub-purge-dockerfile

Docker image for hub-purge, which clears GitHub image caches on README
https://github.com/nwtgck/hub-purge-dockerfile

badge docker docker-image github hub-purge purge

Last synced: 2 months ago
JSON representation

Docker image for hub-purge, which clears GitHub image caches on README

Awesome Lists containing this project

README

        

# hub-purge-dockerfile
[![Docker Automated build](https://img.shields.io/docker/automated/nwtgck/hub-purge.svg)](https://hub.docker.com/r/nwtgck/hub-purge/) [![](https://images.microbadger.com/badges/image/nwtgck/hub-purge.svg)](https://microbadger.com/images/nwtgck/hub-purge "Get your own image badge on microbadger.com")

Docker image for [`hub-purge`](https://github.com/mpyw/hub-purge), which
clears GitHub image caches on README

## Usage

```bash
docker run --rm nwtgck/hub-purge / / ... /
```

### Example Usage

The following command clears image caches in two repositories, [`nwtgck/trans-server-akka`](https://github.com/nwtgck/trans-server-akka) and [`nwtgck/ts-copyable-npm`](https://github.com/nwtgck/ts-copyable-npm).

```bash
docker run --rm nwtgck/hub-purge nwtgck/trans-server-akka nwtgck/ts-copyable-npm
```