Skip to content

jrun cmd

Run a command inside a jail without opening a shell.

jrun cmd <n> <executable> [args]

Example

jrun cmd hypha-postgres psql -U postgres -c 'SELECT version()'

The command runs inside the jail and its output is printed to your terminal. Useful for one-off tasks, health checks, and scripting.