Skip to content

Using Bleeding Edge Code in Container

Isman Firmansyah edited this page Sep 10, 2019 · 1 revision

Unstable/bleeding edge code can be tested from the container by mounting them into container.

Clone the repository:

https://github.com/GluuFederation/pygluu-containerlib.git

Mount the code into container, for example:

docker run -v /path/to/pygluu-containerlib:/src/pygluu-containerlib gluufederation/oxauth:4.0.0_dev

Clone this wiki locally