{% extends "base.html" %} {% from "_macros.html" import modal %} {% block extra_head %} {% endblock %} {% block content %}

Container manager

← {{ render_title(project['title']) }} All containers →

Instances

Every instance runs the shared ppy image with this project's files mounted at /app.

    {% call modal('cm-new-instance-modal', 'New instance') %}
    {% endcall %} {% endblock %} {% block extra_js %} {% endblock %}