diff --git a/pages/linux/pw-container.md b/pages/linux/pw-container.md new file mode 100644 index 0000000000..54c30d3ce8 --- /dev/null +++ b/pages/linux/pw-container.md @@ -0,0 +1,24 @@ +# pw-container + +> Run a program in a new security context. +> More information: . + +- Create a new security context and print its socket address to `stdout`: + +`pw-container` + +- Run a specific program within a new security context: + +`pw-container {{command}} {{argument1 argument2 ...}}` + +- Run a program, connecting to a specific remote PipeWire instance: + +`pw-container {{[-r|--remote]}} {{remote_instance_name}} {{command}}` + +- Run a program in a new context with specific properties using a JSON object: + +`pw-container {{[-P|--properties]}} '{{{"key": "value"}}}' {{command}}` + +- Display help: + +`pw-container {{[-h|--help]}}`