Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Latest commit

 

History

History

wso2is-km

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Dockerfile for WSO2 Identity Server as Key Manager

The Dockerfile defines the resources and instructions to build the Docker images with the WSO2 products and runtime configurations.

Try it out

Quick steps to build the WSO2 Identity Server as Key Manager docker image and run in your local machine

The cloned local copy of WSO2 Dockerfiles will be referred as DOCKERFILES_HOME.

  • Add product packs and dependencies

  • Build the docker image

    • Navigate to <DOCKERFILES_HOME>/wso2is-km.
    • Execute build.sh script and provide the product version.
      • ./build.sh -v 5.1.0
  • Docker run

    • Navigate to <DOCKERFILES_HOME>/wso2is-km.
    • Execute run.sh script and provide the product version.
      • ./run.sh -v 5.1.0
  • Access management console

    • To access the management console, use the docker host IP and port 9443.
      • https:<DOCKER_HOST_IP>:9443/carbon

Detailed Configuration