https://t.me/RX1948
Server : LiteSpeed
System : Linux srv526460274 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
User : kerao9884 ( 1082)
PHP Version : 8.0.30
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Directory :  /usr/local/CyberCP/dockerManager/templates/dockerManager/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/local/CyberCP/dockerManager/templates/dockerManager/install.html
{% extends "baseTemplate/index.html" %}
{% load i18n %}
{% block title %}{% trans "Install Docker - CyberPanel" %}{% endblock %}
{% block content %}

    {% load static %}
    {% get_current_language as LANGUAGE_CODE %}
    <!-- Current language: {{ LANGUAGE_CODE }} -->

    <div class="container">
        <div id="page-title">
            <h2>{% trans "Install Docker" %}</h2>
        </div>

        <div ng-controller="installDocker" class="panel">
            <div class="panel-body">
                <h3 class="content-box-header">
                    {% trans "Install Docker" %} <img ng-hide="installDockerStatus"
                                                      src="{% static 'images/loading.gif' %}">
                </h3>
                <div class="example-box-wrapper text-center" style="white-space: normal;">

                    {% if conErr == 1 %}

                        {% if status == 1 %}
                            {% trans "Unable to connect to docker daemon, please try restarting docker from service page" %}
                        {% else %}
                            {% trans "You do not have sufficient permissions to access this page" %}
                        {% endif %}

                    {% else %}
                        <p class="h4">{% trans "Docker is currently not installed on this server. To manage containers, you must first install it." %}</p>
                        <!------ LSWS Switch box ----------------->

                        <div style="margin-top: 2%" ng-hide="installBoxGen" class="col-md-12">

                            <form action="/" id="" class="form-horizontal bordered-row panel-body">
                                <div class="form-group">
                                    <div style="margin-top: 2%;" class="col-sm-12">
                                            <textarea ng-model="requestData" rows="15"
                                                      class="form-control">{{ requestData }}</textarea>
                                    </div>
                                </div>
                            </form>
                        </div>


                        <!----- LSWS Switch box ----------------->
                        <br>
                        {% if status == 1 %}
                            <button ng-hide="dockerInstallBTN" class="btn btn-primary" ng-click="installDocker()">Install Docker</button>
                        {% else %}
                            {% trans "You do not have permissions to install Docker. Please contact your system administrator" %}
                        {% endif %}
                    {% endif %}

                </div>
            </div>
        </div>


    </div>


{% endblock %}

https://t.me/RX1948 - 2025