8000 GitHub - rezarahimi/docker-openwrt-wso2is
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rezarahimi/docker-openwrt-wso2is

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WSO2 Identity Server 5.0.0 as a Docker container. For development use only.

Quickstart

You need to provide a repository folder for this Docker at runtime. So, create a folder on Docker host. for example :

mkdir /my-repository

If you leave it empty at runtime it will fill with the respository folder of downloaded wso2is-#.#.#.zip file for first time. If you have a pre-configured WSO2IS you can copy repository folder of it into new created /my-repository foldr.

Then, run it with this command:

docker run -v /my-repository:/repository -d mcreations/openwrt-wso2is

You can use an internet browser for checking the run docker as follows:

https://docker-vnet-ip:9443/
https://docker-vnet-ip:9763/

the docker-vnet-ip ip address comes from ip address of docker0 interface. use ifconfig to obtain it.

Distribution Folder

To avoid downloading the artifact from wso2.org multiple times, you can download it manually into dist folder, you can use download-wso2is.sh inside dist for download the artifact .

cd /path/to/yours/docker-opewrt-wso2is/dist
sh download-wso2is.sh

You can modify artifact version in download-wso2is.sh file, the default version is 5.0.0.

Build

In the root of cloned project run following command

docker build -t mcreations/openwrt-wso2is .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

2925
0