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…
Reference in New Issue