Docker socket path for slave

2015-07-30 Thread Khanduja, Vaibhav
Hi I have a use-case where docker deamon does not run on original socket path which is /var/run/docker.sock but to a path as given by user. I start my docker daemon with –H option, docker –d –H unix:///var/run/mydocker.sock all my docker calls now use this –H for e.g. to print images:

Re: Docker socket path for slave

2015-07-30 Thread Khanduja, Vaibhav
Hi jfyi, I have tried parameter option in marathon json file Š Š.. parameters: { key: H, value: unix:///var/run/mydocker.sock } Š. On 7/30/15, 12:29 PM, Khanduja, Vaibhav vaibhav.khand...@emc.com wrote: Hi I have a use-case where docker deamon does not run on original

Re: Mesos Style Guideline Adjustments

2015-07-30 Thread Michael Park
Oops, sorry I was so excited that this could just solve the issue that I forgot to answer your question. In general, the clang-format strives to adopt widely used styles, which I'm not sure if we would be considered widely used. Aside from that, another concern was that it could take a while for

Re: Mesos Style Guideline Adjustments

2015-07-30 Thread Michael Park
Is it worth adding our own style? I noticed other have (LLVM, Google, Chromium, Mozilla, WebKit.). How hard is it? I was just looking into this again and *Mozilla* was added as the newest *BreakBeforeBraces* style. It breaks before braces on enum, function, and record definitions (struct,

Re: Mesos Style Guideline Adjustments

2015-07-30 Thread Benjamin Mahler
Is it worth adding our own style? I noticed other have (LLVM, Google, Chromium, Mozilla, WebKit.). How hard is it? On Thu, Jul 30, 2015 at 4:23 PM, Michael Park mcyp...@gmail.com wrote: There are a few syntactical Mesos style guidelines that I would like to propose to drop. They are: 1.

Mesos Style Guideline Adjustments

2015-07-30 Thread Michael Park
There are a few syntactical Mesos style guidelines that I would like to propose to drop. They are: 1. Open braces for namespace should not be wrapped. *NOTE*: The Google style guide does not wrap the brace after *namespace*, and the Mesos style guide does not mention a rule at all. But

Re: Broken URL in documentation

2015-07-30 Thread Adam Bordelon
The mesos.apache.org website is stored on our subversion repo: https://svn.apache.org/repos/asf/mesos/site/ You can find the Rakefile and a README there. Also refer to the Updating the website section of the release guide http://mesos.apache.org/documentation/latest/release-guide/ for more

Re: Broken URL in documentation

2015-07-30 Thread haosdent
Thank you. On Thu, Jul 30, 2015 at 2:48 PM, Adam Bordelon a...@mesosphere.io wrote: The mesos.apache.org website is stored on our subversion repo: https://svn.apache.org/repos/asf/mesos/site/ You can find the Rakefile and a README there. Also refer to the Updating the website section of the