pavankumarchaitanya / docker-netflix-conductor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netflix Conductor Docker Image

A docker image that builds the Netflix Conductor on Ubuntu with DynomiteDB and Apache Tomcat.

This image runs the sample conductor server described in the Getting Started Guide. If the server dies/stops data will not be persisted

The built image can be found at Docker Hub

Running the docker image

Use the following command: docker run -t -i -p 3000:3000 -p 8080:8080 devopsopen/netflix-conductor (wait for gradle & npm installs)

NOTE: The gradle build process will not exit (as it is running the server)

Browse to http://localhost:3000 for the UI and http://localhost:8080/swagger-ui for the swagger docs

Building from Source

Clone the repo: git clone https://github.com/open-devops/docker-netflix-conductor.git

Build the image: docker build -t devopsopen/netflix-conductor .

About


Languages

Language:Shell 100.0%