You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
260 B

8 years ago
10 years ago
6 years ago
  1. # beanstalkd
  2. Lightweight image of the latest beanstalkd version
  3. ## Usage
  4. ```sh
  5. $ docker run -d -p 11300:11300 schickling/beanstalkd
  6. ```
  7. ### Add configuration parameters like this:
  8. ```sh
  9. $ docker run -d -p 11300:11300 schickling/beanstalkd -b /some/dir
  10. ```