https://github.com/binakot/wso2-identity-server
WSO2 Identity Server docker image 👤 👀
https://github.com/binakot/wso2-identity-server
docker-image wso2-identity-server
Last synced: 2 months ago
JSON representation
WSO2 Identity Server docker image 👤 👀
- Host: GitHub
- URL: https://github.com/binakot/wso2-identity-server
- Owner: binakot
- License: mit
- Created: 2018-05-16T19:34:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-20T18:22:26.000Z (about 8 years ago)
- Last Synced: 2025-01-16T12:53:00.577Z (over 1 year ago)
- Topics: docker-image, wso2-identity-server
- Language: Shell
- Homepage: https://hub.docker.com/r/binakot/wso2-identity-server
- Size: 4.88 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WSO2-Identity-Server
WSO2 Identity Server ready-to-use docker image 👤 👀
Based on [OpenJDK 8 official image](https://github.com/docker-library/openjdk/blob/master/8-jdk/Dockerfile).
Docker image with:
* [WSO2 Identity Server](https://wso2.com/identity-and-access-management)
Current versions of components:
* OpenJDK [**8u171**](https://buildd.debian.org/status/logs.php?pkg=openjdk-8)
* WSO2 Identity Server: [**5.5.0**](https://github.com/wso2/product-is/releases/tag/v5.5.0)
How to build:
```bash
$ docker build -t binakot/wso2-identity-server .
```
How to run:
```bash
$ docker run -d --name wso2is -p 9443:9443 binakot/wso2-identity-server
```
## Endpoints
* [Dashboard](https://localhost:9443)