Skip to content

Commit

Permalink
--device /dev/snd for docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Dec 28, 2024
1 parent 9def781 commit b68c973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ docker build -t piper_ros .
Then, you can run the docker container:

```shell
docker run -it --rm piper_ros
docker run -it --rm --device /dev/snd piper_ros
```

## Usage
Expand Down

0 comments on commit b68c973

Please sign in to comment.