浏览代码

client: remove unused Platform field from configWrapper

This field was added in 7a9cb29fb980c0ab3928272cdc24c7089b2fcf64,
but appears to be unused, so removing it.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn 4 年之前
父节点
当前提交
b33f3c7802
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      client/container_create.go

+ 0 - 1
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.