|
@@ -16,7 +16,6 @@ type configWrapper struct {
|
|
*container.Config
|
|
*container.Config
|
|
HostConfig *container.HostConfig
|
|
HostConfig *container.HostConfig
|
|
NetworkingConfig *network.NetworkingConfig
|
|
NetworkingConfig *network.NetworkingConfig
|
|
- Platform *specs.Platform
|
|
|
|
}
|
|
}
|
|
|
|
|
|
// ContainerCreate creates a new container based on the given configuration.
|
|
// ContainerCreate creates a new container based on the given configuration.
|