Noisy just prints log messages.
Useful for testing log throughput or general connectivity for log-related services.
docker run -it johnstarich/noisy
# or
docker run -it johnstarich/noisy 3.14
# or
docker run -it johnstarich/noisy 42 '{{time}} Hello world!'
# where {{time}} is replaced with the current time stamp
# or mount the log file for use in another app
docker run -it -v /path/to/local.log:/var/log/noisy.log johnstarich/noisy
Usage: noisy SLEEP_TIME [LOG_MESSAGE]
{{time}} in the string for current time. Default is a JSON log.Content type
Image
Digest
Size
41.2 MB
Last updated
about 8 years ago
docker pull johnstarich/noisy