Releases: 2degrees/docker-dev
Releases · 2degrees/docker-dev
Version 2.0 Beta 2
Added experimental subcommand docker-dev up2
, to work around limitations in Docker Compose when the services you want to run depend on other services -- namely:
- Logs from dependent services are output in the foreground.
- Terminating the
docker-dev
process also terminates dependent services. - Likewise, when a dependent service terminates, all the other services and the parent process are terminated.
Version 2.0 Beta 1
- Replaced Python implementation with one in Bash that supports autocomplete.
- The structure of the Docker Compose project is no longer prescribed.
docker-dev test
is no longer supported.- Added
docker-clean
command, to remove all local Docker resources.
Version 1.0 Beta 2
Skipped relative project path if it's not under Git repository.
Version 1.0 Beta 1
Included relative path of nested Docker Compose project in default project name (with slashes removed).
Version 1.0 Alpha 6
Unbuffered stdout
when proxying calls to docker-compose
Version 1.0.5 Alpha 5
Fixed regression introduced in previous alpha release, where the Git plugin could not be run.
v1.0 Alpha 3
Output docker-compose up
to stdout without buffering
Initial release
v1.0a2 Bumped up version number