Options (3)
-r, --remotebooleanRun a program, connecting to a specific remote PipeWire instance
Example:
pw-container {{[-r|--remote]}} {{remote_instance_name}} {{command}}-P, --propertiesbooleanRun a program in a new context with specific properties using a JSON object
Example:
pw-container {{[-P|--properties]}} '{{{"key": "value"}}}' {{command}}-h, --helpbooleanDisplay help
Example:
pw-container {{[-h|--help]}}Examples (5)
Create a new security context and print its socket address to `stdout`
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 commandRun a program in a new context with specific properties using a JSON object
pw-container [-P|--properties] '{"key": "value"}' commandDisplay help
pw-container [-h|--help]made by @shridhargupta | data from tldr-pages