From cf1868ac9c10cce6bec05dd4bdbc24f4d4441b94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Gonz=C3=A1lez=20Santamarta?= Date: Sat, 28 Dec 2024 14:31:24 +0100 Subject: [PATCH] docker run fixed in README --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 92fb064..b0b5bfe 100644 --- a/README.md +++ b/README.md @@ -44,13 +44,7 @@ docker build -t audio_common . After the image is created, run a docker container with the following command. ```shell -docker run -it --device /dev/snd audio_common -``` - -To use a shortcut, you may use following command: - -```shell -make docker_run +docker run -it --rm --device /dev/snd audio_common ``` ## Nodes