mirror of
https://github.com/containers/podman.git
synced 2025-06-03 12:17:13 +08:00
podman-remote inspect
base enablement of the inspect command. Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@ -55,10 +55,10 @@ func (p *PodmanTestIntegration) RunLsContainer(name string) (*PodmanSessionInteg
|
||||
|
||||
// InspectImageJSON takes the session output of an inspect
|
||||
// image and returns json
|
||||
func (s *PodmanSessionIntegration) InspectImageJSON() []inspect.ImageData {
|
||||
// TODO
|
||||
return nil
|
||||
}
|
||||
//func (s *PodmanSessionIntegration) InspectImageJSON() []inspect.ImageData {
|
||||
// // TODO
|
||||
// return nil
|
||||
//}
|
||||
|
||||
func (p *PodmanTestIntegration) setDefaultRegistriesConfigEnv() {
|
||||
defaultFile := filepath.Join(INTEGRATION_ROOT, "test/registries.conf")
|
||||
|
Reference in New Issue
Block a user