mirror of
https://github.com/containers/podman.git
synced 2025-07-03 01:08:02 +08:00
podman-remote inspect
base enablement of the inspect command. Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@ -37,7 +37,7 @@ func TestPostDeleteHooks(t *testing.T) {
|
||||
},
|
||||
StaticDir: dir, // not the bundle, but good enough for this test
|
||||
},
|
||||
state: &containerState{
|
||||
state: &ContainerState{
|
||||
ExtensionStageHooks: map[string][]rspec.Hook{
|
||||
"poststop": {
|
||||
rspec.Hook{
|
||||
|
Reference in New Issue
Block a user