Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.
/ cloud-fitter Public archive

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

License

Notifications You must be signed in to change notification settings

cloud-fitter/cloud-fitter

Repository files navigation

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

对接计划

对接进度

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

开发者社区

开发者社区文档

联系我们

沟通群

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages