mirror of
https://github.com/docker/compose.git
synced 2025-07-26 07:04:32 +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{
|
containerConfig := &container.Config{
|
||||||
Image: r.Image,
|
Image: r.Image,
|
||||||
|
Cmd: r.Command,
|
||||||
Labels: r.Labels,
|
Labels: r.Labels,
|
||||||
Env: r.Environment,
|
Env: r.Environment,
|
||||||
ExposedPorts: exposedPorts,
|
ExposedPorts: exposedPorts,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user