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