Skip to content

Commit

Permalink
Add ssl to docker api client
Browse files Browse the repository at this point in the history
  • Loading branch information
maximebedard committed Jun 7, 2024
1 parent 04f48e0 commit 09dd366
Show file tree
Hide file tree
Showing 2 changed files with 178 additions and 1 deletion.
177 changes: 177 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion enclave_build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rust-version = "1.68"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bollard = "0.16.0"
bollard = { version = "0.16.0", features = ["ssl"] }
clap = "3.2"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"
Expand Down

0 comments on commit 09dd366

Please sign in to comment.