Sign inSign up

strcrzy/brownian

By strcrzy

Updated almost 11 years ago

Image
0

277

strcrzy/brownian repository overview

Brownian Dockerfile

This repository contains a Dockerfile of Brownian for Docker's trusted build published to the public Docker Registry.

Dependencies
Installation
  1. Install Docker.

  2. Download trusted build from public Docker Registry: docker pull strcrzy/brownian

Alternatively, build an image from Dockerfile
$ docker build -t strcrzy/brownian github.com/strcrzy/docker-brownian
Usage
  1. Start an elasticsearch container, and give it a name
$ docker run -d --name=elasticsearch dockerfile/elasticsearch  
  1. Start a brownian container, making sure to --link in the elasticsearch container as elasticsearch
$ docker run -d -p 8080 --link elasticsearch:elasticsearch strcrzy/brownian  

Tag summary

Content type

Image

Digest

sha256:83e7b53a1

Size

162.5 MB

Last updated

almost 11 years ago

docker pull strcrzy/brownian