Docker image to install and run WSO2 Identity Server.
The Dockerfile will:
- Use
wget
to pull the IS 5.3.0 ZIP from a S3 bucket into the container/opt
folder. - Install
zip
. - Unzip the IS 5.3.0 ZIP.
- Remove the IS 5.3.0 ZIP.
- Expose the container port
9443
,9763
,8000
,10500
. - Set the
wso2server.sh
start-up script as the container start-up entrypoint.
To run the Identity Server:
$ docker run --rm --name your_container_name -p 9443:9443 isim/wso2is
To access web admin console, navigate to https://localhost:9443 from your web browser.