Skip to content

Commit

Permalink
Use different generic argument letter
Browse files Browse the repository at this point in the history
  • Loading branch information
vv9k committed Dec 11, 2021
1 parent 05ade05 commit c9ac406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/container/opts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -399,9 +399,9 @@ impl ContainerOptsBuilder {

impl_vec_field!(
/// Specify a Vec of string values to customize labels for MLS systems, such as SELinux.
security_options: S => "HostConfig.SecurityOpt"
security_options: O => "HostConfig.SecurityOpt"
);

impl_vec_field!(
/// Specify any bind mounts, taking the form of `/some/host/path:/some/container/path`
volumes: V => "HostConfig.Binds"
Expand Down

0 comments on commit c9ac406

Please sign in to comment.