Favicon of Arcane

Arcane

Take control of your Docker environment with a modern management tool. Handle containers, images, and volumes through an intuitive interface for all users.

Managing Docker environments can often feel complex, involving numerous command-line operations. Arcane provides a modern, graphical interface to simplify this process, making Docker accessible to developers, sysadmins, and hobbyists alike. It's designed from the ground up to offer a clear and intuitive experience for everyone, regardless of their technical expertise.

With this tool, you can take full control of your containerized applications. Key capabilities include:

  • Visual Container Management: Easily start, stop, restart, and inspect your containers without touching the terminal.
  • Image and Volume Control: Pull images from registries and manage persistent data volumes through a clean user interface.
  • Real-time Logs: Monitor container logs in real-time directly within the application for quick debugging.
  • Broad Accessibility: As an open-source project, it benefits from community contributions and offers a transparent, secure way to manage your Docker setup.

Whether you are a seasoned professional or just starting with containers, this platform offers the tools you need to manage your Docker workflow efficiently.

Directory Structure

arcane
data
.env
docker-compose.yml

docker-compose.yml

services:
  arcane:
    image: ghcr.io/getarcane/arcane:latest
    container_name: arcane
    restart: unless-stopped
    ports:
      - 8080:8080
    environment:
      - ADMIN_PASSWORD=${ADMIN_PASSWORD}
      - SECRET_KEY=${SECRET_KEY}
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
      - ./data:/app/data

.env

ADMIN_PASSWORD=your_super_secret_password
SECRET_KEY=your_super_secret_key

Share:

Ad
Favicon

 

  
 

Similar to Arcane

Favicon

 

  
  
Favicon

 

  
  
Favicon