|
53 | 53 | <meta property="og:type" content="article" />
|
54 | 54 | <meta property="og:url" content="https://rfswift.io/docs/guide/host-actions/" /><meta property="article:section" content="docs" />
|
55 | 55 |
|
56 |
| -<meta property="article:modified_time" content="2024-10-19T01:00:44+02:00" /> |
| 56 | +<meta property="article:modified_time" content="2024-11-04T14:27:43+01:00" /> |
57 | 57 |
|
58 | 58 |
|
59 | 59 | <meta itemprop="name" content="Host actions">
|
60 | 60 | <meta itemprop="description" content="Know we know how to run, configure, and manage images, let us see how we can also manage perform important host actions depending on the context.
|
61 | 61 | Enabling audio When running a container, you will probably encounter the following warning notification:
|
62 | 62 | ┌──────────────────────────────────────────────────────────────────────────────────────────────────┐ │ ⚠️ Warning │ ├──────────────────────────────────────────────────────────────────────────────────────────────────┤ │ Warning: Unable to connect to Pulse server at 127.0.0.1:34567 │ │ To install Pulse server on Linux, follow these steps: │ │ 1. Update your package manager: sudo apt update (for Debian-based) or sudo yum update (for Red │ │ Hat-based). │ │ 2. Install Pulse server: sudo apt install pulse-server (for Debian-based) or sudo yum install │ │ pulse-server (for Red Hat-based). │ │ After installation, enable the module with the following command as unprivileged user: │ │ ./rfswift host audio enable │ └──────────────────────────────────────────────────────────────────────────────────────────────────┘ That means pulseaudio server is not found on the default IP and TCP port (127.0.0.1:34567)">
|
63 |
| - <meta itemprop="dateModified" content="2024-10-19T01:00:44+02:00"> |
| 63 | + <meta itemprop="dateModified" content="2024-11-04T14:27:43+01:00"> |
64 | 64 | <meta itemprop="wordCount" content="569">
|
65 | 65 | <meta name="twitter:card" content="summary">
|
66 | 66 | <meta name="twitter:title" content="Host actions">
|
@@ -727,7 +727,7 @@ <h2>Binding USB devices on a Windows host<span class="hx-absolute -hx-mt-20" id=
|
727 | 727 |
|
728 | 728 | </div>
|
729 | 729 |
|
730 |
| - <div class="hx-mt-12 hx-mb-8 hx-block hx-text-xs hx-text-gray-500 ltr:hx-text-right rtl:hx-text-left dark:hx-text-gray-400">Last updated on <time datetime="2024-10-19T01:00:44.000Z">October 19, 2024</time></div> |
| 730 | + <div class="hx-mt-12 hx-mb-8 hx-block hx-text-xs hx-text-gray-500 ltr:hx-text-right rtl:hx-text-left dark:hx-text-gray-400">Last updated on <time datetime="2024-11-04T14:27:43.000Z">November 4, 2024</time></div> |
731 | 731 | <div class="hx-mb-8 hx-flex hx-items-center hx-border-t hx-pt-8 dark:hx-border-neutral-800 contrast-more:hx-border-neutral-400 dark:contrast-more:hx-border-neutral-400 print:hx-hidden"><a
|
732 | 732 | href="/docs/guide/configurations/"
|
733 | 733 | title="Configurations"
|
|
0 commit comments