Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.3 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.3 KB

This Information has Moved

Please see the official docker files in the Netflix/conductor repo

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 jcantosz/netflix-conductor-sample (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/jcantosz/netflixConductor-Docker.git

Build the image: docker build -t netflix-conductor-sample .