cabotapp / docker-cabot

Docker and docker-compose files for Cabot
https://hub.docker.com/r/cabotapp/cabot/
58 stars 31 forks source link

documentation on third party plugin installation #4

Closed anthony-cervantes closed 7 years ago

anthony-cervantes commented 7 years ago

Can we get documentation on the best generic way to install third party plugins via pip and enabling via the <environment>.conf?

frankh commented 7 years ago

hi @anthony-cervantes

This is still in the pipeline. For now the best way is probably to create your own Dockerfile to add the plugins and update the docker-compose to use that

FROM cabotapp/cabot:<version>

RUN pip install <plugin>