All Projects → ihcsim → docker-wso2apim

ihcsim / docker-wso2apim

Licence: Apache-2.0 license
Docker image to install and run WSO2 API Manager.

Programming Languages

shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to docker-wso2apim

ballerina-integrator
A powerful, simple-to-learn, code-driven approach to programming integrations
Stars: ✭ 36 (+100%)
Mutual labels:  wso2
compose-wso2
Sets up a WSO2 cluster using docker-compose.
Stars: ✭ 13 (-27.78%)
Mutual labels:  wso2
wso-webshell
WSO-Webshell
Stars: ✭ 28 (+55.56%)
Mutual labels:  wso2

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].