Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josephwinston/c2d1e0b0e6bf13a2964c8331cda7d885 to your computer and use it in GitHub Desktop.
Save josephwinston/c2d1e0b0e6bf13a2964c8331cda7d885 to your computer and use it in GitHub Desktop.
minimesos init
minimesos init
Unable to find image 'containersol/minimesos:0.9.0' locally
0.9.0: Pulling from containersol/minimesos
4d06f2521e4f: Pull complete
691bd2bdacdc: Pull complete
7a7569255cff: Pull complete
fdcd9b3d4706: Pull complete
Digest: sha256:eca942e1b59a2a12a30333328723db4e1b5b232a446a7941e0cb548ed020a06c
Status: Downloaded newer image for containersol/minimesos:0.9.0
Initialized minimesosFile in this directory
jbw-macbook-pro:~/src/tmp/minimesos minimesos up
Pulling containersol/mesos-agent:0.25.0-0.2.70.ubuntu1404
0.25.0-0.2.70.ubuntu1404: Pulling from containersol/mesos-agent
56eb14001ceb: Pull complete
7ff49c327d83: Pull complete
6e532f87f96d: Pull complete
3ce63537e70c: Pull complete
b64f19a5b5a9: Pull complete
635a0c20ad53: Pull complete
ba792dbb7a4d: Pull complete
Digest: sha256:d6e44f1c14ff1d1c317e3e50d2a5586a3cc157130fabd6c695ec2f90b4217e90
Status: Downloaded newer image for containersol/mesos-agent:0.25.0-0.2.70.ubuntu1404
Pulling containersol/mesos-master:0.25.0-0.2.70.ubuntu1404
0.25.0-0.2.70.ubuntu1404: Pulling from containersol/mesos-master
56eb14001ceb: Already exists
7ff49c327d83: Already exists
6e532f87f96d: Already exists
3ce63537e70c: Already exists
b64f19a5b5a9: Already exists
635a0c20ad53: Already exists
ba792dbb7a4d: Already exists
Digest: sha256:7f46ddae1ad0ba967439db4113d070b8fb2ec66c4a0e0129495f4aaf052628ea
Status: Downloaded newer image for containersol/mesos-master:0.25.0-0.2.70.ubuntu1404
Pulling jplock/zookeeper:3.4.6
3.4.6: Pulling from jplock/zookeeper
3c3d46b04bf5: Pull complete
6374aedacab5: Pull complete
59d7c155fb88: Pull complete
Digest: sha256:122df5321afdf89480598d933d2f350d0cb9a95954f9eafb525307ac0d14a2c8
Status: Downloaded newer image for jplock/zookeeper:3.4.6
Exception in thread "main" com.github.dockerjava.api.BadRequestException: {"message":"starting container with HostConfig was deprecated since v1.10 and removed in v1.12"}
at com.github.dockerjava.jaxrs.filter.ResponseStatusExceptionFilter.filter(ResponseStatusExceptionFilter.java:43)
at org.glassfish.jersey.client.ClientFilteringStages$ResponseFilterStage.apply(ClientFilteringStages.java:134)
at org.glassfish.jersey.client.ClientFilteringStages$ResponseFilterStage.apply(ClientFilteringStages.java:123)
at org.glassfish.jersey.process.internal.Stages.process(Stages.java:171)
at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:251)
at org.glassfish.jersey.client.JerseyInvocation$1.call(JerseyInvocation.java:667)
at org.glassfish.jersey.client.JerseyInvocation$1.call(JerseyInvocation.java:664)
at org.glassfish.jersey.internal.Errors.process(Errors.java:315)
at org.glassfish.jersey.internal.Errors.process(Errors.java:297)
at org.glassfish.jersey.internal.Errors.process(Errors.java:228)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:424)
at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:664)
at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:424)
at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:333)
at com.github.dockerjava.jaxrs.StartContainerCmdExec.execute(StartContainerCmdExec.java:28)
at com.github.dockerjava.jaxrs.StartContainerCmdExec.execute(StartContainerCmdExec.java:13)
at com.github.dockerjava.jaxrs.AbstrSyncDockerCmdExec.exec(AbstrSyncDockerCmdExec.java:23)
at com.github.dockerjava.core.command.AbstrDockerCmd.exec(AbstrDockerCmd.java:33)
at com.github.dockerjava.core.command.StartContainerCmdImpl.exec(StartContainerCmdImpl.java:53)
at com.containersol.minimesos.container.AbstractContainer.start(AbstractContainer.java:93)
at com.containersol.minimesos.cluster.MesosCluster.lambda$start$0(MesosCluster.java:126)
at java.util.ArrayList.forEach(ArrayList.java:1249)
at com.containersol.minimesos.cluster.MesosCluster.start(MesosCluster.java:126)
at com.containersol.minimesos.cluster.MesosCluster.start(MesosCluster.java:112)
at com.containersol.minimesos.main.CommandUp.execute(CommandUp.java:104)
at com.containersol.minimesos.main.Main.run(Main.java:125)
at com.containersol.minimesos.main.Main.main(Main.java:56)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment