/docker-gearman

Run gearman in docker, with container pilot auto registering to consul.

Primary LanguageDockerfile

docker-gearman

Run gearman in Docker, with ContainerPilot auto registering to Consul.

How to test

I've included a Docker Compose file to quickly test the container with consul.

$ docker-compose up

To verify consul registration, navigate to http://localhost:8500/

You can even test the gearman server using the simple telnet based protocol

$ telnet localhost 4730
Trying ::1...
Connected to localhost.
Escape character is '^]'.
status
.
^]
telnet> Connection closed.
$