mirror of
https://github.com/containers/podman.git
synced 2025-10-18 19:53:58 +08:00
Remove --namespace
flag from Podman root
Signed-off-by: Matt Heon <mheon@redhat.com>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user