mirror of https://github.com/docker/compose.git
backend.local: Add command support
Signed-off-by: Chris Crone <christopher.crone@docker.com>
This commit is contained in:
parent
318e8c6e8b
commit
db3a14694b
|
@ -118,6 +118,7 @@ func (cs *containerService) Run(ctx context.Context, r containers.ContainerConfi
|
|||
|
||||
containerConfig := &container.Config{
|
||||
Image: r.Image,
|
||||
Cmd: r.Command,
|
||||
Labels: r.Labels,
|
||||
Env: r.Environment,
|
||||
ExposedPorts: exposedPorts,
|
||||
|
|
Loading…
Reference in New Issue