feat: stop and start containers

This commit is contained in:
Alexander Navarro 2025-06-25 16:54:31 -04:00
parent bb1784f259
commit 8e89aeba75
4 changed files with 87 additions and 1 deletions

View file

@ -5,5 +5,6 @@ edition = "2024"
[dependencies]
bollard = "0.19.1"
futures = "0.3.31"
thiserror = "2.0.12"
tokio = { version = "1.45.1", features = ["macros", "rt", "rt-multi-thread"] }