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

https://github.com/crazy-max/docker-loop

Simple loop for dummy services
https://github.com/crazy-max/docker-loop

alpine-linux docker dummy loop

Last synced: 11 months ago
JSON representation

Simple loop for dummy services

Awesome Lists containing this project

README

          


Build Status
Docker Stars
Docker Pulls

Become a sponsor
Donate Paypal

## About

Simple loop Docker image for dummy services.

> [!TIP]
> Want to be notified of new releases? Check out 🔔 [Diun (Docker Image Update Notifier)](https://github.com/crazy-max/diun)
> project!

___

* [Image](#image)
* [Environment variables](#environment-variables)
* [Usage](#usage)
* [Contributing](#contributing)
* [License](#license)

## Image

| Registry | Image |
|--------------------------------------------------------------------------------------------------|---------------------------------|
| [Docker Hub](https://hub.docker.com/r/crazymax/loop/) | `crazymax/loop` |
| [GitHub Container Registry](https://github.com/users/crazy-max/packages/container/package/loop) | `ghcr.io/crazy-max/loop` |

Following platforms for this image are available:

```
$ docker run --rm mplatform/mquery crazymax/loop:latest
Image: crazymax/loop:latest
* Manifest List: Yes
* Supported platforms:
- linux/amd64
- linux/arm/v6
- linux/arm/v7
- linux/arm64
- linux/386
```

## Environment variables

* `TZ`: The timezone assigned to the container (default `UTC`)
* `DURATION`: Keep going until the duration has elapsed (default `60s`)

## Usage

```
$ docker run --rm -it --name loop crazymax/loop:latest
Mon Apr 29 00:08:58 UTC 2019 - bed1d93e0940
Mon Apr 29 00:08:59 UTC 2019 - bed1d93e0940
Mon Apr 29 00:09:00 UTC 2019 - bed1d93e0940
Mon Apr 29 00:09:01 UTC 2019 - bed1d93e0940
Mon Apr 29 00:09:02 UTC 2019 - bed1d93e0940
Mon Apr 29 00:09:03 UTC 2019 - bed1d93e0940
Mon Apr 29 00:09:04 UTC 2019 - bed1d93e0940
Mon Apr 29 00:09:05 UTC 2019 - bed1d93e0940
Mon Apr 29 00:09:06 UTC 2019 - bed1d93e0940
Mon Apr 29 00:09:07 UTC 2019 - bed1d93e0940
...
```

## Contributing

Want to contribute? Awesome! The most basic way to show your support is to star
the project, or to raise issues. You can also support this project by [**becoming a sponsor on GitHub**](https://github.com/sponsors/crazy-max)
or by making a [PayPal donation](https://www.paypal.me/crazyws) to ensure this
journey continues indefinitely!

Thanks again for your support, it is much appreciated! :pray:

## License

MIT. See `LICENSE` for more details.