-
Compose integration into CLI
I envision adocker composecommand, which does what the separatedocker-composetool does today. Of course, this should be executed by the CLI, not the daemon.
Doing this will remove the need to separately download and install docker-compose, and may allow us to have a uniform way of composing services in standalone and swarm mode (more so than it is today). -
A Compose registry
Like Helm in the Kubernetes world, a registry for compose files will allow people to publish, pull and use fully composed applications. We can already do this by, for example, using a github repository. But having a dedicated registry, with documentation, search and perhaps dependency tracking would be good.