Skip to content

corentingi/lita-dev-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Lita Bot development image

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

Building image

docker build -t corentingi/lita-dev .

Runing a new container

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

Start the docker after it's been stopped

docker start -a -i lita-dev

About

A dockerfile for easy development of lita bots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published