mirror of
https://github.com/containers/podman.git
synced 2025-07-02 00:30:00 +08:00
Switch all referencs to image.ContainerConfig to image.Config
This will more closely match what Docker is doing. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -28,7 +28,7 @@ func TestPostDeleteHooks(t *testing.T) {
|
||||
statePath := filepath.Join(dir, "state")
|
||||
copyPath := filepath.Join(dir, "copy")
|
||||
c := Container{
|
||||
config: &ContainerConfig{
|
||||
config: &Config{
|
||||
ID: "123abc",
|
||||
Spec: &rspec.Spec{
|
||||
Annotations: map[string]string{
|
||||
|
Reference in New Issue
Block a user