github.com/rish1988/moby@v25.0.2+incompatible/reports/2017-05-01.md (about)

     1  # Development Report for May 01, 2017
     2  
     3  This is the 1st report, since the Moby project was announced at DockerCon. Thank you to everyone that stayed an extra day to attend the summit on Thursday.
     4  
     5  ## Daily Meeting
     6  
     7  A daily meeting is hosted on [slack](https://dockercommunity.slack.com/) every business day at 9am PST on the channel `#moby-project`.
     8  During this meeting, we are talking about the [tasks](https://github.com/moby/moby/issues/32867) needed to be done for splitting moby and docker.
     9  
    10  ## Topics discussed last week
    11  
    12  ### The moby tool
    13  
    14  The moby tool currently lives at [https://github.com/moby/tool](https://github.com/moby/tool), it's only a temporary place and will soon be merged in [https://github.com/moby/moby](https://github.com/moby/moby).
    15  
    16  ### The CLI split
    17  
    18  Ongoing work to split the Docker CLI into [https://github.com/docker/cli](https://github.com/docker/cli) is happening [here](https://github.com/moby/moby/pull/32694).
    19  We are almost done, it should be merged soon.
    20  
    21  ### Mailing list
    22  
    23  Slack works great for synchronous communication, but we need to place for async discussion. A mailing list is currently being setup.
    24  
    25  ### Find a good and non-confusing home for the remaining monolith
    26  
    27  Lots of discussion and progress made on this topic, see [here](https://github.com/moby/moby/issues/32871). The work will start this week.
    28  
    29  ## Componentization
    30  
    31  So far only work on the builder happened regarding the componentization effort.
    32  
    33  ### builder
    34  
    35  The builder dev report can be found [here](builder/2017-05-01.md)