runconfig: remove deprecated ContainerConfigWrapper

It was deprecated in c692af36c3, which is
part of v27.0, and is no longer in use.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2024-07-01 01:02:38 +02:00
parent 47a959ee50
commit 6e2b6399d7

View File

@@ -10,12 +10,6 @@ import (
"github.com/docker/docker/pkg/sysinfo"
)
// ContainerConfigWrapper is a Config wrapper that holds the container Config (portable)
// and the corresponding HostConfig (non-portable).
//
// Deprecated: use [container.CreateRequest].
type ContainerConfigWrapper = container.CreateRequest
// ContainerDecoder implements httputils.ContainerDecoder
// calling DecodeContainerConfig.
type ContainerDecoder struct {