beacon:用于在云提供商上公开Lighthouse的开放接口的软件。 (未在积极开发中)

时间:2024-05-21 07:56:58
【文件属性】:

文件名称:beacon:用于在云提供商上公开Lighthouse的开放接口的软件。 (未在积极开发中)

文件大小:20KB

文件格式:ZIP

更新时间:2024-05-21 07:56:58

Go

信标 用于在云提供商上公开Lighthouse的开放接口的软件。 使用Boot2Docker快速设置 Docker主机 确保DOCKER_HOST的环境变量设置,调用echo $DOCKER_HOST仔细检查地址。 启动Boot2Docker boot2docker up 拉信标 docker pull lighthouse/beacon:latest 运行信标 docker run -t -i -e "DOCKER_HOST=tcp://your.docker.host:2375" -p 5000:5000 \ lighthouse/beacon:latest -token foobar -h 0.0.0.0:5000 -driver local 试试看! 检查当前驱动程序curl your.docker.host:5000/which -H "Token: foobar"


【文件预览】:
beacon-master
----auth()
--------auth.go(1KB)
--------auth_test.go(1KB)
----structs()
--------driver.go(751B)
--------vm_test.go(2KB)
--------vm.go(2KB)
----Dockerfile(851B)
----drivers()
--------drivers_test.go(2KB)
--------local()
--------unknown()
--------ocean()
--------drivers.go(2KB)
--------gce()
--------config()
----.travis.yml(12B)
----LICENSE(11KB)
----README.md(3KB)
----beacon.go(4KB)

网友评论