Uh oh!
There was an error while loading. Please reload this page.
Docker Compose roadmap - #765
Conversation
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
There was a problem hiding this comment.
I believe this implies the config format will be changing as well (to support the version field) ?
bfirsh
commented
Dec 31, 2014
LGTM |
thaJeztah
commented
Dec 31, 2014
Nice writeup. Some things I don't see mentioned;
|
bfirsh
commented
Dec 31, 2014
bfirsh
commented
Dec 31, 2014
@thaJeztah Sorry, that was a bit of a hasty merge. I will be submitting a subsequent PR to address some of those things. |
thaJeztah
commented
Dec 31, 2014
aanand
commented
Jan 2, 2015
The binary name is TBD, yes. My problem with Git-style subcommands is that they're lengthy: imagine having to type My first thoughts were |
thaJeztah
commented
Jan 2, 2015
Agreed - it is a tough one to pick right, Perhaps it should be Perhaps really far-fetched, but what if "docker compose" would start an interactive shell? e.g. |
gabrielgrant
commented
Jan 4, 2015
@thaJeztah Doesn't seem that far-fetched (cf. |
thaJeztah
commented
Jan 4, 2015
@gabrielgrant after writing it, I must say I actually liked the idea yes 😄 but not sure how easy it is to implement. Some thought should be given to UX and interaction with other processes (it may be cumbersome to have to "exit" the Compose-shell to for other tasks?). There should be a clear definition of what is possible inside the "compose shell", and what not. |
marksteve
commented
Jan 6, 2015
Are there also plans to port fig/compose completely to go? |
aanand
commented
Jan 6, 2015
@marksteve Nope - see moby/moby#9694. We're going to continue from the Fig codebase. |
bfirsh
commented
Jan 6, 2015
@marksteve here is some more papertrail about writing in Go: #94 @nathanleclaire and others have been working on it. |
marksteve
commented
Jan 6, 2015
👍 |
Docker Compose roadmap Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com>

Per moby/moby#9694, here's the start of the Docker Compose roadmap.