通过图形界面轻松创建和管理 Docker Compose 配置
Create and manage Docker Compose configurations with an intuitive visual editor
通过直观的图形界面管理服务、网络、卷等 Docker Compose 资源,无需手写 YAML。Manage Docker Compose resources like services, networks, and volumes through an intuitive graphical interface.
编辑配置的同时实时生成 docker-compose.yaml,所见即所得。See your docker-compose.yaml generated in real-time as you edit.
自动检测服务名重复、端口范围、循环依赖、网络引用缺失等常见配置问题。Automatically detect duplicate service names, port range issues, circular dependencies, and more.
支持导入现有 docker-compose.yaml 文件进行可视化编辑,编辑结果可导出为标准 YAML。Import existing docker-compose.yaml files for visual editing, and export your work as standard YAML.
点击添加服务,从镜像仓库选择或配置本地构建,开始定义你的容器化应用。Add services by choosing from image registries or configuring a local build.
通过图形界面配置端口映射、环境变量、卷挂载、网络、依赖关系等参数。Configure port mappings, environment variables, volume mounts, networks, and more through the UI.
校验配置无误后,导出 YAML 文件直接用于 Docker Compose 部署。Validate your configuration, export the YAML file, and deploy with Docker Compose.