Docker image to install and run WSO2 Governance Registry.
The dockerfile will:
- Use
wgetto pull the Governance Registry 5.1.0 ZIP from a S3 bucket into the container/optfolder. - Install
zip. - Unzip the Governance Registry ZIP.
- Remove the Governance Registry ZIP.
- Expose the container port
9443and9763. - Set the
wso2server.shstart-up script as the container entrypoint.
To run the WSO Governance Registry:
$ docker run -d --name greg -p 9443:9443 isim/wso2gregTo access the web admin console, navigate to https://localhost:9443/carbon using your web browser.