Skip to content

Commit

Permalink
Pass key in ssh example
Browse files Browse the repository at this point in the history
  • Loading branch information
blazzy committed Jul 1, 2024
1 parent 40dddbd commit 1e2b59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
//! let uri = "ssh://[email protected]:63169/run/user/501/podman/podman.sock";
//! let key: Option<String> = Some("/path/to/key".into());
//!
//! let client = PodmanRestClient::new(uri, None).await.unwrap();
//! let client = PodmanRestClient::new(uri, key).await.unwrap();
//!
//! let images = client.images_api().image_list_libpod(None,None).await.unwrap();
//! # })
Expand Down

0 comments on commit 1e2b59d

Please sign in to comment.