Skip to content

Commit

Permalink
runconfig: remove deprecated ContainerConfigWrapper
Browse files Browse the repository at this point in the history
It was deprecated in c692af3, which is
part of v27.0, and is no longer in use.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Jun 30, 2024
1 parent 47a959e commit 6e2b639
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions runconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6e2b639

Please sign in to comment.