Releases: lwlee2608/rusty-docker-compose
Releases · lwlee2608/rusty-docker-compose
0.3.0
- Replace the
setup_panic_hook
method with Rust's Drop
trait to automatically tear down docker-compose.
- The
docker_compose.up()
and docker_compose.down()
methods can still be manually invoked using the DockerComposeCmd
struct.
0.2.2
docker_compose.up()
will automatically call docker_compose.down()
in the event of a panic
0.2.1
- Use
docker-compose ps --services
to detect which container is running instead of docker ps
- Remove
docker_compose
mod and move it to main lib instead