https://pantsbuild.org/ logo
w

witty-crayon-22786

10/28/2020, 6:09 PM
when pants starts up, it will use the pids directory to locate the pid and port of a running pantsd, and attempt to connect to it on
localhost:${instance_specific_port}
. if you launch a container atop an existing workspace, and networking is configured the right way, it might attempt to connect to an instance of the daemon outside of the container…?