Skip to content

Releases: lwlee2608/rusty-docker-compose

0.3.0

17 Aug 02:38
Compare
Choose a tag to compare
  • 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

14 Aug 14:45
Compare
Choose a tag to compare
  • docker_compose.up() will automatically call docker_compose.down() in the event of a panic

0.2.1

04 Aug 02:56
Compare
Choose a tag to compare
  • 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

0.1.0

03 Aug 03:07
Compare
Choose a tag to compare

Initial Release