elk-docker
elk-docker.readthedocs.io$ sudo docker-compose up elk Running the container using Kitematic . Windows and OS X users may prefer to use a simple graphical user interface to run the container, as provided by Kitematic, which is included in the Docker Toolbox.
elk-docker
elk-docker.readthedocs.ioIf you're using Docker Compose to manage your Docker services (and if not you really should as it will make your life much easier!), then you can create an entry for the ELK Docker image by adding the following lines to your docker-compose.yml file: elk: image: sebp/elk ports: - "5601:5601" - "9200:9200" - "5044:5044"