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

{{ instance['name'] }}

{{ instance['status'] }}
{% if project %} {{ project['title'] or project_slug }} {% endif %}

Controls

Command{{ runtime['command'] }}
Restart policy{{ instance['restart_policy'] or 'never' }}
Restarts{{ runtime['restart_count'] }}
Boot language{{ instance['boot_language'] or 'none' }}
Run as uid{{ instance['run_as_uid'] or '(creator)' }}
Start on boot{{ 'on' if instance['start_on_boot'] else 'off' }}
Container{{ runtime['container_id'] or '-' }}
Imageppy:latest
{% if can_manage %} Edit configuration {% set _type = "workspace" %}{% set _uid = instance['uid'] %}{% set _owner = instance.get('workspace_owner_uid') or instance.get('owner_uid') or '' %}{% set _owner_name = "" %}{% set _class = "btn btn-secondary btn-sm" %}{% include "_report_button.html" %} {% endif %} {% if instance['ingress_slug'] %}
Ingress /p/{{ instance['ingress_slug'] }} container port {{ instance['ingress_port'] or '(first mapped)' }}
{% endif %}

Metrics

Samples{{ stats['samples'] }}
CPU avg{{ stats['cpu_avg'] }}%
CPU p95{{ stats['cpu_p95'] }}%
Mem max{{ stats['mem_max'] }}

Schedules

{% if can_manage %} {% endif %}
{% if can_manage %}

Exec

{% endif %}

Status history

Logs


    
{% call modal('ci-schedule-modal', 'Add schedule') %}
{% endcall %} {% endblock %} {% block extra_js %} {% endblock %}