Containers: -- Hosts: -- CPU: -- cores Memory: --/-- GB
Containers: -- (-- running)
Connected Hosts: --
Total CPU: -- cores
Total Memory: -- GB

🖥️ Docker Host Management

Connected Hosts

Add New Docker Host

🔗 Docker Host Setup

Enable Docker Remote API:
Method 1: Docker Daemon Configuration
# Edit /etc/docker/daemon.json
        {
        "hosts": ["unix:///var/run/docker.sock", "tcp://0.0.0.0:2375"]
        }

        # Restart Docker
        sudo systemctl restart docker
Method 2: Docker Compose Override
# Add to docker-compose.yml
        services:
        composr:
            environment:
            - DOCKER_HOSTS=local=unix:///var/run/docker.sock,prod=tcp://192.168.1.100:2375
⚠️ Security Warning

Only enable the Docker remote API on trusted networks. Consider using TLS certificates for production environments.

1

Project Information

The project will be created as a new directory in the selected location

2

Review & Create

Project project-name will be created in default directory.

📄 docker-compose.yml

🚀 Deployment Options

Note: If deploying to a remote host, ensure any volume paths exist on that host.

Docker Images

Image Name Tags Size Created Used By Actions

📦 Create Backup

Loading...

📂 Restore Backup

Restores: Compose files, .env files, container tags & URLs

Note: Volume data not included - backup separately

Loading history...