{% extends "baseTemplate/index.html" %} {% load i18n %} {% block title %}{% trans "Docker Sites - CyberPanel" %}{% endblock %} {% block content %} {% load static %} {% get_current_language as LANGUAGE_CODE %}

{% trans "Containers" %} Loading

{% trans "Manage containers on server" %}

{% trans "Containers" %} {{ dockerSite.SiteName }}

{% trans "Error message:" %} {$ errorMessage $}

{% if showUnlistedContainer %}

{% trans "Unlisted Containers" %}

{% for container in unlistedContainers %} {% endfor %}
Name Status Actions
{{ container.name }} {{ container.status }}
{% endif %}

n8n Container: {$ web.name $} Debug - Environment: {$ web.environment | json $} {$ web.status $}

Resource Usage

Memory Usage
{$ web.memoryUsage $}
CPU Usage
{$ web.cpuUsagePercent | number:1 $}%
Container Uptime
{$ web.uptime $}

Network & Ports

Container Port Host Binding
{$ containerPort $} {$ binding.HostIp || '0.0.0.0' $}:{$ binding.HostPort $}

No ports exposed

Volumes

Source Destination
{$ volume.Source $} {$ volume.Destination $}

No volumes mounted

Environment Variables

Variable Value
{$ env.split('=')[0] $} {$ env.split('=')[1] $} {$ env.split('=')[1] $}

{% trans "Logs" %}

{% trans "Container: " %} {$ web.name $} {$ web.status $}

Basic Information

Container ID: {$ web.id $}
Created: {$ web.created | date:'medium' $}
Uptime: {$ web.uptime $}

Resource Usage

Network & Ports

Container Port Host Binding
{$ containerPort $} {$ binding.HostIp || '0.0.0.0' $}:{$ binding.HostPort $}

No ports exposed

Volumes

Source Destination
{$ volume.Source $} {$ volume.Destination $}

No volumes mounted

Environment Variables

Variable Value
{$ env.split('=')[0] $} {$ env.split('=')[1] $} {$ env.split('=')[1] $}

{% trans "Logs" %}

{% endblock %} {% block footer_scripts %} {% endblock %}