Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/zhangwei1234/docker-scheduler

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/zhangwei1234/docker-scheduler

  • v0.0.0-20150123072618-959c778e536c
  • Source
  • Go
  • Socket score

Version published
Created
Source

scheduler

docker 中央调度系统,负责所有vm机器的调度,从中寻找到最合适的vm进行任务处理

============== install

  1. 下载go语言包 download go1.2.linux-adm64.tar.gz

  2. 配置go环境变量 export GIT_SSL_NO_VERIFY=1 export GOROOT=/export/service/go export GOPATH=/export/service/gopath export GOBIN=$GOROOT/bin export PATH=$PATH:$GOROOT/bin:$GOPATH/bin

3.提前下载依赖包到 $GOPATH/src 下载 yagnats 到 $GOPATH/src/github.com/cloudfoundry/

4.下载 builder cd $GOPATH/src && git clone http://icode.jd.com/cdlxyong/scheduler.git

5:编译 cd $GOPATH/src/scheduler/ && go get -v ./...

6:修改配置文件 默认配置在 $GOPATH/src/scheduler/config.yml

7:启动 scheduler -c config_path or nohup scheduler -c config.yml > /export/home/jae/scheduler.out

FAQs

Package last updated on 23 Jan 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc