diff --git a/containers/docker.go b/containers/docker.go index bc2f814..367adc4 100644 --- a/containers/docker.go +++ b/containers/docker.go @@ -363,8 +363,8 @@ func (d *Driver) Create(name string, image string, volumePath string, HTTPPort i }, &network.NetworkingConfig{}, &specs.Platform{ - Architecture: "amd64", - OS: "linux", + // Architecture: "amd64", + // OS: "linux", }, name, )