mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user