Git Product home page Git Product logo

docker-wso2apim's Introduction

docker-wso2apim

Codeship Status for ihcsim/docker-wso2apim

Docker image to install and run WSO2 API Manager.

Description

The Dockerfile will:

  • Use wget to pull the WSO2 API Manager 2.1.0 zip file from a S3 bucket into the container /opt folder.
  • Install zip.
  • Unzip the APIM 2.1.0 ZIP.
  • Remove the APIM 2.1.0 ZIP.
  • Expose the container port 9443, 9736, 8243, 8280, 10397, 7711.
  • Set the wso2server.sh start-up script as the container entrypoint.

Usage

To build the api-manager and test images with earthly:

earth +image

earth +test-image

To run the WSO2 API Manager:

export API_MANAGER_HOST=apim
export TEST_NETWORK=test

docker network create "$TEST_NETWORK"

docker run -d --name "$API_MANAGER_HOST" \
  --network "$TEST_NETWORK" \
  -p 9443:9443 \
  wso2am:2.1.0-update14

docker run --network "$TEST_NETWORK" \
  --env API_MANAGER_HOST="$API_MANAGER_HOST" \
  wso2am-test

To access the web UI:

License

Refer to the LICENSE file. WSO2 license can be found here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.