https://github.com/squat/cpiped
A multi-arch Docker image for cpiped
https://github.com/squat/cpiped
Last synced: 6 months ago
JSON representation
A multi-arch Docker image for cpiped
- Host: GitHub
- URL: https://github.com/squat/cpiped
- Owner: squat
- License: apache-2.0
- Created: 2021-09-02T12:13:35.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-16T16:58:12.000Z (almost 5 years ago)
- Last Synced: 2025-02-08T16:44:34.321Z (over 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpiped
[](https://github.com/squat/cpiped/actions?query=workflow%3ACI)
[](https://hub.docker.com/repository/docker/squat/cpiped)
This repository defines a multi-arch Docker image for [cpiped](https://github.com/b-fitzpatrick/cpiped).
## Usage
```bash
mkfifo fifo
docker run --rm --device=/dev/snd -v $(pwd):/var/lib/cpiped squat/cpiped /var/lib/cpiped/fifo
```