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
- Host: GitHub
- URL: https://github.com/crazy-max/docker-loop
- Owner: crazy-max
- License: mit
- Archived: true
- Created: 2019-04-29T00:12:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T17:59:05.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T03:42:35.091Z (over 1 year ago)
- Topics: alpine-linux, docker, dummy, loop
- Language: Dockerfile
- Homepage:
- Size: 80.1 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
## 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.