Docker Executor

polaris · 2017-09-26 23:45:44 · 567 次点击    
这是一个分享于 2017-09-26 23:45:44 的资源,其中的信息可能已经有所发展或是发生改变。

Docker lacks the native ability of scheduling one-shot jobs. This project written in go aims to solve this problem. You can run your one-shot jobs either as simple containers or in a swarm. Jobs can be scheduled with a cron syntax or can be exposed through an API. The project is still in pre-pre-alpha and should not be used in production! Feedback and contributions are highly appreciated!

https://github.com/palicao/docker-executor


评论:

whizack:

this looks very similar to https://www.nomadproject.io/ what is this attempting to accomplish that nomad, marathon, or k8s can't?

palicao:

Compared to all the other solutions I've seen so far my project is much more simple: you don't need to install anything, just write a config file and mount it into a container. That said, of course this is just a very small pet project I wrote in a weekend and is not comparable with the tools you mentioned which are complete solutions. So if you are not just playing around, I highly suggest you to go with one of the solutions you mentioned!


入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

567 次点击  
加入收藏 微博
0 回复
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传