Skip to content

ypid/docker-program-o

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-program-o

Docker image for Program-O which is a PHP MySQL AIML Chatbot.

This image is also on Docker Hub.

Getting the image

You have two options to get the image:

  1. Build it yourself with make build.
  2. Download it via docker pull ypid/program-o (automated build)

Usage

All data is stored in a mysql database. To have the database on persistent storage, you can either use bind mounts or a data container. The example in the Makefile uses bind mounts. Just change the db_storage variable to something that suites your needs.

To start Program-O just change the credentials in the Makefile and then run make run.

Alternatives

Credits

This Dockerfile is based on jchaney/owncloud.

Notes

This is not yet tested.