Remove --namespace flag from Podman root

Signed-off-by: Matt Heon <mheon@redhat.com>
This commit is contained in:
Matt Heon
2023-02-21 10:30:28 -05:00
parent 89d0ccd195
commit c4fe0af2aa
4 changed files with 3 additions and 7 deletions

View File

@ -541,7 +541,7 @@ func (s *BoltState) GetContainerName(id string) (string, error) {
}
// GetPodName returns the name associated with a given ID.
// Returns ErrNoSuchPor if the ID does not exist.
// Returns ErrNoSuchPod if the ID does not exist.
func (s *BoltState) GetPodName(id string) (string, error) {
if id == "" {
return "", define.ErrEmptyID