Skip to content

jcantosz/netflixConductor-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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 .

About

Docker file to run the sample Netflix Conductor server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages