From a69d1c127e189c366b9968abb4cba5ce4522a402 Mon Sep 17 00:00:00 2001 From: Douglas Mennella Date: Sun, 19 Jul 2026 15:59:23 +0900 Subject: [PATCH] Add platform option --- docker-image.el | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-image.el b/docker-image.el index 9bc2388..dbeee79 100644 --- a/docker-image.el +++ b/docker-image.el @@ -391,6 +391,7 @@ applied to the buffer." ("W" "Web ports" "-p 80:80 -p 443:443 -p 8080:8080") ("d" "Detach" "-d") ("e" "Environment" "-e " read-string) + ("f" "Platform" "--platform " read-string) ("i" "Interactive" "-i") ("l" "Link" "--link " read-string) ("m" "Name" "--name " read-string)