Skip to content

Commit 336d874

Browse files
authored
Add podman container backend (#18)
* building podman, restructured build, changed logging slightly, added verbosity and container-backend flags * output cleaned up
1 parent 033b4bb commit 336d874

7 files changed

Lines changed: 372 additions & 151 deletions

File tree

Cargo.lock

Lines changed: 103 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,8 @@ tokio-tar = "0.3.1"
3333
futures = "0.3.31"
3434
local-ip-address = "0.6.5"
3535
ansi_term = "0.12.1"
36+
tokio-process-stream = "0.4.1"
37+
colored = "3.0.0"
38+
tokio-stream = "0.1.17"
39+
tempdir = "0.3.7"
40+
regex = "1.11.3"

0 commit comments

Comments
 (0)