Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Latest commit

 

History

History
29 lines (21 loc) · 775 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 775 Bytes

WSO2 Enterprise Service Bus Docker Artifacts

This repository contains following Docker artifacts:

  • WSO2 Enterprise Service Bus Dockerfile
  • WSO2 Enterprise Service Bus Docker Compose File

Getting Started

Execute following command to clone the repository:

git clone https://github.com/wso2/docker-esb.git

Checkout required product version branch:

git branch
git checkout <product-version>

The bash files in dockerfile folder make use of scripts in wso2/docker-common repository and it has been imported into dockerfile/common folder as a sub-module. Once the clone process is completed execute following commands to pull the sub-module content:

git submodule init
git submodule update