This container contains a simple shell script that prints output for given number of iterations.
The following variable is honoured:
-
ITERATIONS - Number of iterations before exiting. Default is 100.
-
LOOP_SLEEP - Sleep time in seconds between each iterations. Default is 1 second.
Run the image as follows:
docker run -e ITERATIONS=5 -e LOOP_SLEEP=2 ghcr.io/appform-io/test-task
podman run -e ITERATIONS=5 -e LOOP_SLEEP=2 ghcr.io/appform-io/test-task
Apache 2