pyclient: Cannot bind the addr: No such file or directory
yv5125 opened this issue · 2 comments
yv5125 commented
Hi!
I've built the python client and python pl container image as described in the README in master and 6X_STABLE branch.
When I try to run the container I've got:
$ docker run --rm -it -v /opt/greenplum-db-6.7.1/bin/plcontainer_clients:/clientdir --network host python3:devel /clientdir/pyclient.sh
plcontainer log: pythonclient, unknown, unknown, -1, WARNING: USE_CONTAINER_NETWORK is not set, use default value "no".
plcontainer log: pythonclient, unknown, unknown, -1, ERROR: Cannot bind the addr: No such file or directory
What I'm doing wrong?
cf-gitbot commented
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.
The labels on this github issue will be updated when the story is started.
yv5125 commented
Resolved by adding -e USE_CONTAINER_NETWORK=true
to docker command.