{% extends "baseTemplate/index.html" %} {% load i18n %} {% block title %}{% trans "Docker Sites - CyberPanel" %}{% endblock %} {% block content %} {% load static %} {% get_current_language as LANGUAGE_CODE %}
{% trans "Manage containers on server" %}
{% trans "Error message:" %} {$ errorMessage $}
| Name | Status | Actions |
|---|---|---|
| {{ container.name }} |
| Container Port | Host Binding |
|---|---|
{$ containerPort $} |
{$ binding.HostIp || '0.0.0.0' $}:{$ binding.HostPort $} |
No ports exposed
| Source | Destination |
|---|---|
{$ volume.Source $} |
{$ volume.Destination $} |
No volumes mounted
| Variable | Value |
|---|---|
{$ env.split('=')[0] $} |
{$ env.split('=')[1] $}
{$ env.split('=')[1] $}
|
| Container ID: | {$ web.id $} |
| Created: | {$ web.created | date:'medium' $} |
| Uptime: | {$ web.uptime $} |
| Container Port | Host Binding |
|---|---|
{$ containerPort $} |
{$ binding.HostIp || '0.0.0.0' $}:{$ binding.HostPort $} |
No ports exposed
| Source | Destination |
|---|---|
{$ volume.Source $} |
{$ volume.Destination $} |
No volumes mounted
| Variable | Value |
|---|---|
{$ env.split('=')[0] $} |
{$ env.split('=')[1] $}
{$ env.split('=')[1] $}
|