mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
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…
x
Reference in New Issue
Block a user