{% if sandboxes %}
| ID | Name | State | Working Dir | Commands | Network | Execs | Blocked | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ sb.id[:8] }} | {{ sb.name }} | {{ sb.state }} | {{ sb.working_dir }} | {{ sb.command_mode }} | {% if sb.network_mode == 'none' %}🔒{% elif sb.network_mode == 'restricted' %}⚠{% else %}⚠{% endif %} {{ sb.network_mode | upper }} | {{ sb.exec_count }} | {% if sb.blocked_count > 0 %} {{ sb.blocked_count }} {% else %} 0 {% endif %} |
Get started by creating your first sandbox environment.
minimal, development)
lasso create minimal