mirror of
https://github.com/containers/podman.git
synced 2025-06-26 12:56:45 +08:00
Need to set the Entrypoint
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user