|
@@ -145,6 +145,7 @@ func (ms *local) Run(ctx context.Context, r containers.ContainerConfig) error {
|
|
|
containerConfig := &container.Config{
|
|
containerConfig := &container.Config{
|
|
|
Image: r.Image,
|
|
Image: r.Image,
|
|
|
Labels: r.Labels,
|
|
Labels: r.Labels,
|
|
|
|
|
+ Env: r.Environment,
|
|
|
ExposedPorts: exposedPorts,
|
|
ExposedPorts: exposedPorts,
|
|
|
}
|
|
}
|
|
|
hostConfig := &container.HostConfig{
|
|
hostConfig := &container.HostConfig{
|