Docker Compose 可视化操作系统

通过图形界面轻松创建和管理 Docker Compose 配置

Docker Compose Visualizer

Create and manage Docker Compose configurations with an intuitive visual editor

核心功能Features

可视化编辑Visual Editor

通过直观的图形界面管理服务、网络、卷等 Docker Compose 资源,无需手写 YAML。Manage Docker Compose resources like services, networks, and volumes through an intuitive graphical interface.

实时预览Live Preview

编辑配置的同时实时生成 docker-compose.yaml,所见即所得。See your docker-compose.yaml generated in real-time as you edit.

配置校验Config Validation

自动检测服务名重复、端口范围、循环依赖、网络引用缺失等常见配置问题。Automatically detect duplicate service names, port range issues, circular dependencies, and more.

导入导出Import & Export

支持导入现有 docker-compose.yaml 文件进行可视化编辑,编辑结果可导出为标准 YAML。Import existing docker-compose.yaml files for visual editing, and export your work as standard YAML.

使用方式How It Works

1

添加服务Add Services

点击添加服务,从镜像仓库选择或配置本地构建,开始定义你的容器化应用。Add services by choosing from image registries or configuring a local build.

2

可视化配置Visual Configuration

通过图形界面配置端口映射、环境变量、卷挂载、网络、依赖关系等参数。Configure port mappings, environment variables, volume mounts, networks, and more through the UI.

3

导出并部署Export & Deploy

校验配置无误后,导出 YAML 文件直接用于 Docker Compose 部署。Validate your configuration, export the YAML file, and deploy with Docker Compose.