From fea1a46a115f471bbc96ec1c4732bc0be19e8ac3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0trauch?= Date: Thu, 24 Feb 2022 15:13:06 +0100 Subject: [PATCH] Disable platform specification --- containers/docker.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, )