Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 358 Bytes

api-management.adoc

File metadata and controls

12 lines (7 loc) · 358 Bytes

API Management

Each microservice will typically publish a URI that can then be invoked by other microservices.

  1. Start API Man:

    docker run -it -p 8082:8080 jboss/apiman-wildfly
    docker run -it -p 8082:8080 arungupta/apiman-wildfly
  2. Start API Man with all the required resources created:

    docker run -it -p 8082:8080 arungupta/apiman-microservices