In an effort of splitting Moby and Docker, we are reorganizing the repo to avoid confusion (see #32871)
We decided to not move some of the packages at first, so we won't break projects depending on those.
Item 1 - Move pkgs with single consumers to a subpackage of that consumer
(see https://gist.github.com/dnephin/35dc10f6b6b7017f058a71908b301d38)
Item 2 - Split packages with poor cohesion
Item 3 - Reduce scope of packages and reduce inter-package dependency
Item 4 - Move packages to separate modules
In an effort of splitting Moby and Docker, we are reorganizing the repo to avoid confusion (see #32871)
We decided to not move some of the packages at first, so we won't break projects depending on those.
Item 1 - Move
pkgs with single consumers to a subpackage of that consumer(see https://gist.github.com/dnephin/35dc10f6b6b7017f058a71908b301d38)
Item 2 - Split packages with poor cohesion
Item 3 - Reduce scope of packages and reduce inter-package dependency
Item 4 - Move packages to separate modules