Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to Docker image in README #134

Merged
merged 1 commit into from
Feb 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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