`DOCKER_HOST` confusing/inconsistent behavior
Closed this issue · 1 comments
jefflester commented
Update the code so that passing DOCKER_HOST
, e.g.
export DOCKER_HOST=unix:///Users/jlester/.orbstack/run/docker.sock
minitrino -v provision
or:
minitrino -e DOCKER_HOST=unix:///Users/jlester/.orbstack/run/docker.sock provision
consistently sets the Docker host as expected. If the host is valid, everything works, and if it's invalid/inaccessible, everything breaks immediately.
The wiki documents this method as being supported, so the inconsistencies are considered a bug.
jefflester commented
Resolved by c9bdb11