Commit 607f7214 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

builder/docker: allow DOCKER_HOST

parent feba256e
......@@ -7,6 +7,8 @@ FEATURES:
IMPROVEMENTS:
* builder/amazon/all: Support new AWS Frankfurt region.
* builder/docker: Allow remote `DOCKER_HOST`, which works as long as
volumes work. [GH-1594]
BUG FIXES:
......
......@@ -258,10 +258,5 @@ func (d *DockerDriver) Verify() error {
return err
}
if v := os.Getenv("DOCKER_HOST"); v != "" {
return fmt.Errorf(
"DOCKER_HOST cannot be set with the Packer Docker builder.")
}
return nil
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment