client: remove unused Platform field from configWrapper
This field was added in 7a9cb29fb9
,
but appears to be unused, so removing it.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 3994e0ce7855b0dc845c558304e4c1e7a89f0929)
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
parent
906f57ff5b
commit
4df345e65d
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ type configWrapper struct {
|
|||
*container.Config
|
||||
HostConfig *container.HostConfig
|
||||
NetworkingConfig *network.NetworkingConfig
|
||||
Platform *specs.Platform
|
||||
}
|
||||
|
||||
// ContainerCreate creates a new container based in the given configuration.
|
||||
|
|
Loading…
Add table
Reference in a new issue