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

wso2-attic/docker-greg

Repository files navigation

Dockerfile for WSO2 Governance Registry

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 Governance Registry 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>/wso2greg.
    • Execute build.sh script and provide the product version.
      • ./build.sh -v 5.1.0
  • Docker run

    • Navigate to <DOCKERFILES_HOME>/wso2greg.
    • 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages