But when i use Docker desktop terminal and use lspci
00:00.0 Host bridge: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller
00:01.0 Ethernet controller: Red Hat, Inc. Virtio network device
00:02.0 SCSI storage controller: Red Hat, Inc. Virtio block device
00:03.0 SCSI storage controller: Red Hat, Inc. Virtio block device
00:04.0 Mass storage controller: Red Hat, Inc. Virtio file system (rev 01)
00:05.0 Mass storage controller: Red Hat, Inc. Virtio file system (rev 01)
00:06.0 Mass storage controller: Red Hat, Inc. Virtio file system (rev 01)
00:07.0 Mass storage controller: Red Hat, Inc. Virtio file system (rev 01)
00:08.0 Mass storage controller: Red Hat, Inc. Virtio file system (rev 01)
00:09.0 Mass storage controller: Red Hat, Inc. Virtio file system (rev 01)
00:1f.0 ISA bridge: Intel Corporation 82801IB (ICH9) LPC Interface Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 6 port SATA Controller [AHCI mode] (rev 02)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 02)
I don’t know what a “Docker desktop terminal” is, but Docker Desktop is a virtual machine with Docker CE in it, plus a GUI, so you won’t see your sound card from inside the virtual machine (from inside a container)
This link suggests to me that adding audio to a container is possible ?
But with my limited knowledge of using Docker desktop I haven’t been able to get it working.
If anyone has successfully done this please let me know.
I didn’t realise there was any difference between Docker and Docker desktop, as to how they worked ?
So the link I sent, should work using Docker commands.
The docker command is the client which is the same with or without Docker Desktop. Except some additional plugins which wouldn be installed without the Desktop but can be used without it.