Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 516 Bytes

readme.adoc

File metadata and controls

14 lines (10 loc) · 516 Bytes

Docker Compose App Example

Simple Docker Compose App that starts up a mongo instance and uses Apache Karaf, CXF to provide REST interaction with the Mongo backend. Currently only works w/ default docker-machine ip. To change IP the REST resource connects to update IP in blueprint.xml file.

  • To run the application run:

docker-compose up -d