spion / triplie-ng

Chatbot with Markov chains BFS and Hebbian learning
MIT License
57 stars 16 forks source link

Added Dockerfile #10

Closed moul closed 10 years ago

moul commented 10 years ago

Initial version of a Dockerfile to quickly run triplie-ng on a server with Docker

docker pull moul/triplie-ng
docker run -d moul/triplie-ng
spion commented 10 years ago

Hey, thanks for making a Dockerfile! Should this really be included in the triplie repository though? Is it typical for projects to include a Dockerfile?

moul commented 10 years ago

spion, it depends, you have choice to create

The third solution is the unique one that run "ADD ." command to add sources from local repo, the 2 others methods need a hack as

spion commented 10 years ago

Okay, I'm going to merge this, and if by any chance someone starts complaining I'll ping you :P

Thanks again! :P