mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
podmanv2 container inspect
add ability to inspect a container Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
@ -2,6 +2,7 @@ package server
|
||||
|
||||
import (
|
||||
"github.com/containers/libpod/libpod"
|
||||
"github.com/containers/libpod/libpod/define"
|
||||
"github.com/containers/libpod/pkg/api/handlers/utils"
|
||||
"github.com/containers/libpod/pkg/domain/entities"
|
||||
)
|
||||
@ -178,6 +179,6 @@ type swagVolumeListResponse struct {
|
||||
type swagHealthCheckRunResponse struct {
|
||||
// in:body
|
||||
Body struct {
|
||||
libpod.HealthCheckResults
|
||||
define.HealthCheckResults
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user