mirror of
https://github.com/containers/podman.git
synced 2025-07-01 00:01:02 +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
|
var command []string
|
||||||
|
|
||||||
|
s.Entrypoint = entrypoint
|
||||||
|
|
||||||
// Build the command
|
// Build the command
|
||||||
// If we have an entry point, it goes first
|
// If we have an entry point, it goes first
|
||||||
if len(entrypoint) > 0 {
|
if len(entrypoint) > 0 {
|
||||||
|
Reference in New Issue
Block a user