Running Takipi (https://www.takipi.com) inside a Docker container
Easier dockerfiles across all distros (centos/ubuntu/alpine) and AWS ElasticBeanstalk
Takipi now better supports Docker.
- Alpine support - Takipi supports Oracle JDK running on Alpine
- No more hacks - Use Takipi T4C (Takipi for containers) dockerfiles.
Due to moby/moby#2606 I now recommend you use the heroku Dockerfiles as the heroku add-on of Takipi uses less memory (on the expense of error analysis time).
Added CentOS/Ubuntu flavors. Supervisord is considered deprecated in favor of the new plain && approach.
Building the image: docker build -t TAG .
Running the image: docker run -d TAG