Permits to easily set up a development environment for lita bots.
Features:
- Redis server installed and service started when running a container
- Colored prompt
- vim and less installed for convenience
docker build -t corentingi/lita-dev .
This command run the container attached to a bash prompt. The workspace of the container can be linked to a folder on the host :
docker run -t -i --name lita-dev -v /lita-dev/workspace/:/lita corentingi/lita-dev
docker start -a -i lita-dev