From ddc01c9a060fc003db034322489fe3ac4167e68b Mon Sep 17 00:00:00 2001 From: Chris Needham Date: Thu, 4 Feb 2021 14:30:49 +0000 Subject: [PATCH] Add link to Docker image in README See #124 and #133 --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 17c6553..e21d2e9 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,17 @@ thanks to Wincent Balin's [compile-static-audiowaveform](https://github.com/wincentbalin/compile-static-audiowaveform) project. +### Docker + +A Docker image based on Alpine Linux is available [here](https://hub.docker.com/r/realies/audiowaveform), +thanks to [@realies](https://github.com/realies). + +Example usage: + + $ docker pull realies/audiowaveform + $ alias awf='docker run --rm -v `pwd`:/tmp -w /tmp realies/audiowaveform' + $ awf -i input.wav -o output.png + ## Building from source **audiowaveform** requires [cmake](http:///www.cmake.org) 2.8.7 or later, g++ @@ -444,4 +455,4 @@ Thank you to all our [contributors](https://github.com/bbc/audiowaveform/graphs/ ## Copyright -Copyright 2013-2020 British Broadcasting Corporation +Copyright 2013-2021 British Broadcasting Corporation