Add scale
command to Session methods.
No significant changes; the 1.0 increment is to indicate that Docker::Compose now has test coverage, and that we intend to maintain a stable API until 2.0.
- Replaced
docker:compose:server
Rake task with more generaldocker:compose:host
- Replaced
server_env
option withhost_env
- Replaced
extra_server_env
option withextra_host_env
- Replaced
- Stopped mapping values in
extra_host_env
; they are now exported verbatim
Produce docker:compose:env
output that is compatible with user's login shell.
Initial public release of prototype. Features work well, but there is no test coverage.