{% extends "base.html" %} {% block title %}New Sandbox — Shoreguard{% endblock %} {% block extra_css %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Create New Sandbox

1Agent Type
2Configuration
3Policy
4Launch
{% for sandbox in community_sandboxes %}
{{ sandbox.name }}

{{ sandbox.description }}

{% endfor %}
Custom

Configure manually

Leave blank to use the gateway's default base image.
Controls how verbose the sandbox supervisor's own logs are. Leave blank to inherit the gateway's default.
Select providers to attach. Sandboxes can also auto-create providers on demand.
=

Select policy presets to enable:

Summary
{% endblock %} {% block extra_js %} {% endblock %}