I now have mesos launching docker containers as tasks, which is great.

I am using this code:

    final ContainerInfo.DockerInfo.Builder dockerInfo =
ContainerInfo.DockerInfo.newBuilder()
        .setImage("registry.hub.docker.com/dockerfile/ubuntu");

Is there a way I can provide docker hub credentials so I can launch a
container from a private docker hub repo?

Thanks,

Andy.

--
Andy Grove
VP Engineering
CodeFutures Corporation

Reply via email to