An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# cpiped

[![Build Status](https://github.com/squat/cpiped/workflows/CI/badge.svg)](https://github.com/squat/cpiped/actions?query=workflow%3ACI)
[![Docker Pulls](https://img.shields.io/docker/pulls/squat/cpiped?color=blue)](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
```