Propogate use_sudo pattern to all traits that podman can be used in
This commit is contained in:
parent
430d18de8a
commit
883090ee85
14 changed files with 346 additions and 116 deletions
|
|
@ -244,6 +244,7 @@ impl ImageMetadata {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct ContainerId(pub(super) String);
|
||||
|
||||
impl std::fmt::Display for ContainerId {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue