Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Docker Compose Lamp | 2,208 | 10 days ago | 21 | mit | Dockerfile | |||||
A basic LAMP stack environment built using Docker Compose. | ||||||||||
Elastdocker | 1,510 | 13 days ago | 5 | mit | Dockerfile | |||||
🐳 Elastic Stack (ELK) v8+ on Docker with Compose. Pre-configured out of the box to enable Logging, Metrics, APM, Alerting, ML, and SIEM features. Up with a Single Command. | ||||||||||
Awesome Stacks | 599 | 2 days ago | 6 | gpl-3.0 | Dockerfile | |||||
Deploy 90+ open-source web apps with one Docker command | ||||||||||
Rocker Versioned | 293 | a year ago | 8 | gpl-2.0 | Dockerfile | |||||
Run current & prior versions of R using docker | ||||||||||
Dockerfiles | 254 | 14 days ago | Shell | |||||||
Dockerfiles for the official Elastic Stack images | ||||||||||
Docker Elastic Stack | 187 | a year ago | 3 | mit | Shell | |||||
ELK Stack Dockerfile | ||||||||||
Lambda Stack Dockerfiles | 147 | 2 months ago | 1 | mit | ||||||
Docker Lemp | 123 | a day ago | 5 | mit | Dockerfile | |||||
A single container LEMP complete fullstack with latest release of 8.0.28/8.1.18/8.2.6 (also 7.4.33) and MySQL, nginx, PostgreSQL, mailcatcher, beanstalkd, elasticsearch, memcached, redis, adminer and all you ever need; on top alpine3.17 | ||||||||||
Osm Seed | 121 | 23 days ago | 21 | mit | Shell | |||||
A collection of Dockerfiles to run a containerized version of OpenStreetMap | ||||||||||
Symfony Docker | 94 | 3 months ago | Dockerfile | |||||||
This is a lightweight stack based on Alpine Linux for running Symfony 6 into Docker containers using docker compose. |
This repository contains a Dockerfile of the Elastic Stack.
$ docker images
REPOSITORY TAG VIRTUAL SIZE
blacktop/elastic-stack latest 1.91GB
blacktop/elastic-stack 7.13 1.91GB
blacktop/elastic-stack 7.12 1.26GB
blacktop/elastic-stack 7.11 1.26GB
blacktop/elastic-stack 7.10 1.26GB
blacktop/elastic-stack 7.9 1.16GB
blacktop/elastic-stack 7.8 1.16GB
blacktop/elastic-stack 7.7 1.15GB
blacktop/elastic-stack 7.6 976MB
blacktop/elastic-stack 7.5 856MB
blacktop/elastic-stack 7.4 870MB
blacktop/elastic-stack 7.3 880MB
blacktop/elastic-stack 7.2 850MB
blacktop/elastic-stack 7.1 850MB
blacktop/elastic-stack 7.0 801MB
blacktop/elastic-stack 6.8 801MB
blacktop/elastic-stack 6.7 801MB
blacktop/elastic-stack 6.6 1.13GB
blacktop/elastic-stack 6.5 1.16GB
blacktop/elastic-stack 6.4 668MB
blacktop/elastic-stack 6.3 717MB
blacktop/elastic-stack 6.2 698MB
blacktop/elastic-stack 6.1 620MB
blacktop/elastic-stack 6.0 561MB
blacktop/elastic-stack 5.6 543MB
blacktop/elastic-stack 5.5 537MB
blacktop/elastic-stack 5.4 539MB
blacktop/elastic-stack 5.3 538MB
blacktop/elastic-stack geoip 558MB
blacktop/elastic-stack 5.2 537MB
blacktop/elastic-stack 4.6 450.9MB
blacktop/elastic-stack 3.1 363.3MB
NOTE: tag geoip is the same as tag latest, but includes the ingest-geoip and the ingest-user-agent plugins.
$ docker run -d --name elstack -p 80:80 -p 9200:9200 blacktop/elastic-stack
http://localhost
http://$(docker-machine ip)
$(docker inspect -f '{{ .NetworkSettings.IPAddress }}' elstack)
I have noticed when running the new 5.0 version on a linux host you need to increase the memory map areas with the following command
echo "vm.max_map_count=262144" | sudo tee -a /etc/sysctl.conf
sudo sysctl -w vm.max_map_count=262144
Find a bug? Want more features? Find something missing in the documentation? Let me know! Please don't hesitate to file an issue
Heavily (if not entirely) influenced by all the elastic official docker images
MIT Copyright (c) 2014-2020 blacktop