compose/docs/reference
Aanand Prasad 4ba9d9dac2 Make parallel tasks interruptible with Ctrl-C
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>
2015-07-20 14:13:25 +01:00
..
build.md Updating Compose documentation 2015-07-17 07:05:45 -07:00
docker-compose.md Updating Compose documentation 2015-07-17 07:05:45 -07:00
help.md Updating Compose documentation 2015-07-17 07:05:45 -07:00
index.md Updating Compose documentation 2015-07-17 07:05:45 -07:00
kill.md Updating Compose documentation 2015-07-17 07:05:45 -07:00
logs.md Updating Compose documentation 2015-07-17 07:05:45 -07:00
overview.md Make parallel tasks interruptible with Ctrl-C 2015-07-20 14:13:25 +01:00
port.md Updating Compose documentation 2015-07-17 07:05:45 -07:00
ps.md Updating Compose documentation 2015-07-17 07:05:45 -07:00
pull.md Updating Compose documentation 2015-07-17 07:05:45 -07:00
restart.md Updating Compose documentation 2015-07-17 07:05:45 -07:00
rm.md Updating Compose documentation 2015-07-17 07:05:45 -07:00
run.md Updating Compose documentation 2015-07-17 07:05:45 -07:00
scale.md Updating Compose documentation 2015-07-17 07:05:45 -07:00
start.md Updating Compose documentation 2015-07-17 07:05:45 -07:00
stop.md Updating Compose documentation 2015-07-17 07:05:45 -07:00
up.md Fix regression in docs for 'up' 2015-07-17 15:29:02 +01:00