🐳 arcane

Modern Docker Management, Designed for Everyone

Docker Ready 1 Services 6,907 stars
1. Pull Image docker pull getarcaneapp/arcane:latest
2. 1-Click Launch Command docker run -d --name arcane --restart always getarcaneapp/arcane:latest
3. Compose Deployment docker compose up -d
.devcontainer/compose.yaml
Download .yml
services:
  arcane-dev-container:
    build:
      context: .
      dockerfile: Dockerfile
    volumes:
      - ../:/workspace:cached
    command: sleep infinity
    working_dir: /workspace