{% extends "baseTemplate/index.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Create Docker App - CyberPanel" %}{% endblock %} {% block header_scripts %} {% endblock %} {% block content %}

CREATE DOCKER APP

{% trans "Deploy containerized applications with custom resource allocation and domain configuration." %}

DOCKER APP DETAILS

{% trans "Invalid Domain (Note: You don't need to add 'http' or 'https')" %}
MySQL Resources
Application Resources
{% trans "Invalid Email" %}

{$ currentStatus $}

0%
{% trans "Error:" %} {$ errorMessage $}
{% trans "Success!" %} {% trans "Docker site successfully created." %}
{% trans "Connection Error" %} {% trans "Could not connect to server. Please refresh this page." %}
Resource Allocation: The CPU and RAM values you specify will be allocated to your Docker containers. Ensure your server has sufficient resources available.
{% endblock %}