{% extends "base.html" %} {% block content %}

{{ project.name }}

Edit {% if project.description %}

{{ project.description }}

{% endif %}

Project details



Containers

Use the form below to create a new container for your project

{% csrf_token %}
Enter the R Version for the container. Currently, only 3.x.x and 4.x.x are supported. If you leave this empty, the latest version will be used
Here, you can create a new container. Please store the password securely, as even administrators won't be able to recover it. The user is either root (for new versions) or rstudio (for older versions).

{% include "messages.html" %}
{% include "container_list.html" %}
{% endblock content %}