File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ # pw-container
2+
3+ > Run a program in a new security context.
4+ > More information: < https://docs.pipewire.org/page_man_pw-container_1.html > .
5+
6+ - Create a new security context and print its socket address to ` stdout ` :
7+
8+ ` pw-container `
9+
10+ - Run a specific program within a new security context:
11+
12+ ` pw-container {{command}} {{argument1 argument2 ...}} `
13+
14+ - Run a program, connecting to a specific remote PipeWire instance:
15+
16+ ` pw-container {{[-r|--remote]}} {{remote_instance_name}} {{command}} `
17+
18+ - Run a program in a new context with specific properties using a JSON object:
19+
20+ ` pw-container {{[-P|--properties]}} '{{{"key": "value"}}}' {{command}} `
21+
22+ - Display help:
23+
24+ ` pw-container {{[-h|--help]}} `
You can’t perform that action at this time.
0 commit comments