{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} The container list. Every row comes from /docker/fetchContainers, which is narrowed to the caller server side and re-reads the live state from the daemon on each call — the badge reflects what Docker says now, not what the panel last wrote down. {% endcomment %} {% block title %}Containers{% endblock %} {% block styles %} {% include "containerization/_dockerstyles.html" %} {% endblock %} {% block content %}

Containers

Containers managed by CloudPanel. Published ports are bound to the loopback interface — proxy them from your site's vhost to expose one publicly.

Overview Images {% if dockerAvailable == 1 %} New container {% endif %}
{% include "containerization/_unavailable.html" %}
Container Image Website Ports Limits State Actions
· CPU
Loading…
No containers yet. {% if dockerAvailable == 1 %} Create one. {% endif %}
{% endblock %} {% block scripts %} {% endblock %}