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:
Whether you are a seasoned professional or just starting with containers, this platform offers the tools you need to manage your Docker workflow efficiently.
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
ADMIN_PASSWORD=your_super_secret_password
SECRET_KEY=your_super_secret_key
Auto-fetched about 23 hours ago
Auto-fetched about 23 hours ago