ardinor / dockerfiles

Various Docker files I've created

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerfiles

Dockerfiles I've made, work in progress at the moment

    • Uses the latest version of CentOS and builds Python3.4.2
  • Docker file using the latest CentOS to install MariaDB from mariadb.org's yum repo. It follows much of the path as the official MariaDB repo except it's on CentOS and it offers support for creating multiple databases on intial creation. For more information, see the README

  • Docker file for creating a simple instance of logstash with the option of shipping collected logs off to a redis instance, or just outputting them to stdout (fort testing). For more information, see the README

Docker repository is located here.

Docker Compose files are located in the Compose files folder

TO DO

About

Various Docker files I've created

License:MIT License


Languages

Language:Shell 100.0%