mirror of
https://github.com/containers/podman.git
synced 2025-08-02 17:22:30 +08:00
Merge pull request #12664 from cdoern/noManagePasswd
Podman run --passwd
This commit is contained in:
@ -489,5 +489,8 @@ func createContainerOptions(ctx context.Context, rt *libpod.Runtime, s *specgen.
|
||||
if s.PidFile != "" {
|
||||
options = append(options, libpod.WithPidFile(s.PidFile))
|
||||
}
|
||||
|
||||
options = append(options, libpod.WithSelectedPasswordManagement(s.Passwd))
|
||||
|
||||
return options, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user