Docker image to run the Python NLTK ELIZA chatbot in a web form from within a container.
CREDIT: This build is almost a complete copy from https://github.com/cherdt/docker-nltk-chatbot.git
git clone https://github.com/frankfont/simple-eliza-chatbot.git
cd simple-eliza-chatbot
docker build --rm -t local/simple-eliza-chatbot .
docker run -d -p 9500:9500 local/simple-eliza-chatbot
Interact using your browser at http://localhost:9500/chat/