Skip to content

Commit 5402bd3

Browse files
ivanbalutadmmqz
authored andcommitted
pw-container: add page (tldr-pages#18730)
* pw-container: add page * Update pages/linux/pw-container.md Co-authored-by: Dylan <[email protected]> --------- Co-authored-by: Dylan <[email protected]>
1 parent 406bd97 commit 5402bd3

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

pages/linux/pw-container.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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]}}`

0 commit comments

Comments
 (0)