mirror of
https://github.com/docker/compose.git
synced 2026-06-24 18:18:27 +00:00
The concurrent.futures backport doesn't play well with KeyboardInterrupt, so I'm using Thread and Queue instead. Since thread pooling would likely be a pain to implement, I've just removed `COMPOSE_MAX_WORKERS` for now. We'll implement it later if we decide we need it. Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> |
||
|---|---|---|
| .. | ||
| build.md | ||
| docker-compose.md | ||
| help.md | ||
| index.md | ||
| kill.md | ||
| logs.md | ||
| overview.md | ||
| port.md | ||
| ps.md | ||
| pull.md | ||
| restart.md | ||
| rm.md | ||
| run.md | ||
| scale.md | ||
| start.md | ||
| stop.md | ||
| up.md | ||