modern-wolf-36228
11/29/2021, 4:22 PMdocker login
, but I'm not able to ./pants package ::
(with docker_image
):
failed to dial gRPC: cannot connect to the Docker daemon. Is 'docker daemon' running on this host?: dial unix /var/run/docker.sock: connect: no such file or directory
Ideas? 😗curved-television-6568
11/29/2021, 4:27 PMDOCKER_HOST
option, to use another connection option than default?modern-wolf-36228
11/30/2021, 8:48 AMmodern-wolf-36228
11/30/2021, 8:49 AMenv_vars = ["DOCKER_CONTEXT=pants_context", "DOCKER_HOST"]
I've added this 🤔modern-wolf-36228
11/30/2021, 9:16 AMcurved-television-6568
11/30/2021, 9:20 AMDOCKER_*
env vars by default? Or just report that they exist with configuration that we don’t use, unless explicitly added?modern-wolf-36228
11/30/2021, 9:23 AMmodern-wolf-36228
11/30/2021, 9:23 AM