From 64f774866a37d2dc0d37d876d1bf3a96c4b04160 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 20 Apr 2020 17:15:04 -0400 Subject: Need to set the Entrypoint Signed-off-by: Daniel J Walsh --- cmd/podman/common/specgen.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmd/podman/common') diff --git a/cmd/podman/common/specgen.go b/cmd/podman/common/specgen.go index 1eb8fc0bd..4e2ce1e34 100644 --- a/cmd/podman/common/specgen.go +++ b/cmd/podman/common/specgen.go @@ -268,6 +268,8 @@ func FillOutSpecGen(s *specgen.SpecGenerator, c *ContainerCLIOpts, args []string var command []string + s.Entrypoint = entrypoint + // Build the command // If we have an entry point, it goes first if len(entrypoint) > 0 { -- cgit v1.2.3-54-g00ecf