diff --git a/client/container_create.go b/client/container_create.go index cfae96a6f5..905b99044c 100644 --- a/client/container_create.go +++ b/client/container_create.go @@ -16,7 +16,6 @@ type configWrapper struct { *container.Config HostConfig *container.HostConfig NetworkingConfig *network.NetworkingConfig - Platform *specs.Platform } // ContainerCreate creates a new container based on the given configuration.