How to install Gearman Job Server in Docker
Gearman is an Open Source job server. http://gearman.org/getting-started/ To install it using docker, first install docker, then run docker run –name sok-gearmand –restart=unless-stopped -p 4730:4730 -d dockage/gearmand German is now available on your system. You can connect using IP 127.0.0.1 port 4730. Back to Docker