I am trying to run the Gearman Job Server on a Docker
container running on an Ubuntu host machine. However, upon startup, I get an error: [ main ] socket()(Address family not supported by protocol) -> libgearman-server/gearmand.cc:470
.
I tried disabling IPv6
on the host machine but it still doesn't work.
The issue has been resolved. It had nothing to do with Gearman and Docker but with the particular Ubuntu installation. After reformatting, everything worked as it should