mesos / mesos-go

Go language bindings for Apache Mesos
Apache License 2.0
545 stars 146 forks source link

Make mesos-go:master able to run docker images #258

Closed yuzhichang closed 7 years ago

yuzhichang commented 8 years ago

Notes:

[cannon@yzc-mesos1 examples]$ ./_output/scheduler -address=0.0.0.0 -master=10.18.6.56:5050 -logtostderr=true I0822 22:12:30.085565 10146 http_transporter.go:383] listening on 0.0.0.0 port 48899 I0822 22:12:30.086774 10146 scheduler.go:850] Mesos scheduler driver started with PID=scheduler(1)@10.18.6.56:48899 ... I0822 22:12:42.689037 10146 main.go:190] Status update: task 5 is in state TASK_RUNNING I0822 22:12:44.659276 10146 main.go:190] Status update: task 5 is in state TASK_FINISHED

jdef commented 8 years ago

thanks for the PR! I'd like to review this more carefully. Before I do, please break out the Godeps changes into a separate commit.

yuzhichang commented 8 years ago

updated. Please take a look.

jdef commented 7 years ago

Thanks for your updates, and apologies for the long silence. I'm still having a hard time with the organization of this PR.

There's actually examples in the next branch that show how to build and use a docker image. The changes for #274 are in progress and will bring v1 API support to the master branch.