If you are writing a new scheduler, I would highly recommend using the new
HTTP API instead of the Java bindings. This would eliminate the dep on the
native library.

If you still want to use the old bindings, the easiest way might be to
install mesos deb package in your docker image.

On Tue, Aug 23, 2016 at 11:27 AM, Hendrik Haddorp <hendrik.hadd...@gmx.net>
wrote:

> Hi,
>
> I wrote a Mesos scheduler using the Java bindings, which worked great so
> far. Now I would like to run my scheduler as a docker container on
> Marathon. The problem is now that I'm missing the required native
> libraries. What is the best way to install them (in Ubuntu) without
> pulling heaps of other stuff?
>
> Thanks,
> Hendrik
>

Reply via email to