Skip to content

Commit

Permalink
Add link to Docker image in README
Browse files Browse the repository at this point in the history
See #124 and #133
  • Loading branch information
chrisn committed Feb 4, 2021
1 parent a0efa0a commit 3d07c8e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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++
Expand Down Expand Up @@ -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

0 comments on commit 3d07c8e

Please sign in to comment.