mirror of
https://github.com/docker/compose.git
synced 2026-06-26 03:04:15 +00:00
- For each service, creates a container if there are none (stopped OR started) - Attaches to all containers (unless -d is passed) - Starts all containers - On ^C, kills all containers (unless -d is passed) |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| colors.py | ||
| command.py | ||
| docopt_command.py | ||
| errors.py | ||
| formatter.py | ||
| log_printer.py | ||
| main.py | ||
| multiplexer.py | ||
| socketclient.py | ||
| utils.py | ||