Disable platform specification
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7334337c93
commit
fea1a46a11
@ -363,8 +363,8 @@ func (d *Driver) Create(name string, image string, volumePath string, HTTPPort i
|
|||||||
},
|
},
|
||||||
&network.NetworkingConfig{},
|
&network.NetworkingConfig{},
|
||||||
&specs.Platform{
|
&specs.Platform{
|
||||||
Architecture: "amd64",
|
// Architecture: "amd64",
|
||||||
OS: "linux",
|
// OS: "linux",
|
||||||
},
|
},
|
||||||
name,
|
name,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user