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

{% trans "Install Docker" %}

{% trans "Install Docker" %}

{% 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 %}

{% trans "Docker is currently not installed on this server. To manage containers, you must first install it." %}


{% if status == 1 %} {% else %} {% trans "You do not have permissions to install Docker. Please contact your system administrator" %} {% endif %} {% endif %}
{% endblock %}