[keycloak-user] Keycloak Gatekeeper docker image yml file

Bruno Oliveira bruno at abstractj.org
Fri Jan 18 07:02:07 EST 2019


Hi Dimitris,

We do not provide any YAML file inside our Docker image, you can find
the sources here:

What I do is often mount a volume with my YAML configuration file.
Something like:

docker run --name=gatekeeper --rm -it -v ~/path/to/gatekeeper-config:/tmp -p 8282:8282 keycloak/keycloak-gatekeeper --config /tmp/gatekeeper-config.yaml

I hope it helps.

On 2019-01-18, Dimitris Charlaftis wrote:
> Hello,
> 
> I want to deploy the following keycloak gatekeeper docker image
> 
> https://hub.docker.com/r/keycloak/keycloak-gatekeeper
> I want to map a .yml file through the VOLUME command but i don't know the path of the configuration inside the docker container.
> Please can you provide where can i map the .yml file (the correct path inside the docker container) for the configuration?
> 
> Documentation presents a sample yml file, but it does not say where tomap it inside the container...
> Thank you!
> Dimitris
> 
> 
> -- 
> _____________________________
> 
> Dimitris Charlaftis
> Software Engineer
> 
> National Documentation Center
> email: dharlaftis at ekt.gr
> _____________________________
> 
> _______________________________________________
> keycloak-user mailing list
> keycloak-user at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-user

-- 

abstractj


More information about the keycloak-user mailing list