Please see the official docker files in the Netflix/conductor repo
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
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
Clone the repo:
git clone https://github.com/jcantosz/netflixConductor-Docker.git
Build the image:
docker build -t netflix-conductor-sample .