isim/wso2greg
Docker image to install and run WSO2 Governance Registry.
The dockerfile will:
wget
to pull the Governance Registry 5.1.0 ZIP from a S3 bucket into the container /opt
folder.zip
.9443
and 9763
.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.
docker pull isim/wso2greg