MickyBalladelli / wso2-docker

In this repo we create a docker image containing WSO2 V4.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WSO2 4.0 Docker build

Requirements

In the project folder you should now have two folders:

  • wso2am-4.0.0
  • oracle

build

docker build -t wso2:1.0.0 .

run

docker run -p 9443:9443 -p 8243:8243 -p 8280:8280 wso2:1.0.0

WSO2 products installed

About

In this repo we create a docker image containing WSO2 V4.0

License:MIT License


Languages

Language:Dockerfile 100.0%