Quickstart
/opt/bluerock/bin/brace -l /path/dir/brace_rCURRENT.log -- <target_process>/opt/bluerock/bin/brace -l stdout -- .venv/bin/python3.12 agent.py/opt/bluerock/bin/brace -l /path/dir/brace_rCURRENT.log -- /usr/bin/bash -i
.venv/bin/python3.12 agent.py/opt/bluerock/bin/brace -l </path/log_file_name> -- /crewai/agent_test/.venv/bin/crewai runBlueRock Sandbox - A sandbox for applications.
Usage: brace [OPTIONS] [-- <TARGET>...]
Arguments: [TARGET]... Program (with arguments) to run in the sandbox.
Options:
--socket <SOCKET> [default: /run/bluerock/sensor]
--name <NAME> [default: sandbox]
--network-config <NETWORK_CONFIG> Required network config for network isolation
--list-network-configs List available network firewall configurations and exit
-l, --logfile <LOGFILE> The path to the log file. [default: ./BRace.log]
-K, --clear-env Clear all environment variables.
-e, --env <ENV> Set environment variable.
-h, --help Print help
-V, --version Print versionLast updated