Giter Club home page Giter Club logo

docker-gearman's Introduction

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.
$

docker-gearman's People

Contributors

archit avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

deluxoua flik

docker-gearman's Issues

getting this error in docker-compose file during build

Status: Downloaded newer image for progrium/consul:latest
Building gearman
ERROR: Cannot locate specified Dockerfile: Dockerfile
I did not copied docker file with docker-compose
Here is docker-compose:

version: '3'

services:
    gearman:
      build:
        context: .
      image: waltznetworks/docker-gearman:latest
      container_name: gearman
      links:
        - consul:consul
      expose:
        - 4730
      ports:
        - 4730:4730
      depends_on:
        - consul

    # service discovery tier
    consul:
      image: progrium/consul:latest
      command: -server -bootstrap -ui-dir /ui
      restart: always
      ports:
        - 8500:8500
      expose:
        - 53
        - 8300
        - 8301
        - 8302
        - 8400
        - 8500
      dns:
        - 127.0.0.1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.