All Projects → cloud-fitter → cloud-fitter

cloud-fitter / cloud-fitter

Licence: Apache-2.0 license
provide api for cloud service like aliyun, aws, google cloud, tencent cloud, huawei cloud and so on 一站式混合云接口服务

Programming Languages

go
31211 projects - #10 most used programming language

cloud-fitter 云适配

Go Report Card Build Status codecov LICENSE

Communicate with public and private clouds conveniently by a set of apis.

用一套接口,便捷地访问各类公有云和私有云

快速使用

# 下载Cloud-Fitter镜像
docker pull cloudfitter/cloud-fitter:latest

# 配置账户信息
# 参考样例 https://github.com/cloud-fitter/cloud-fitter/blob/master/config_template.yaml 

# 启动容器 注意必须为绝对路径
docker run -v {config_file}:/app/config/config.yaml -p 8081:8081 -p 9090:9090 cloudfitter/cloud-fitter:latest

# 界面展示 (上面适用于linux,下面为指定ip的通用方式)
docker run --add-host localnode:$(ifconfig en0 | grep inet | grep -v inet6 | awk '{print $2}') -p 8080:8080 junedayday/cloud-fitter-web:latest
docker run --add-host localnode:{本机ip} -p 8080:8080 cloudfitters/cloud-fitter-web:latest

对接计划

对接进度

更多内容正在内部筹备中,后续开放,有需求欢迎联系。

开发者社区

开发者社区文档

联系我们

沟通群

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].