On Fri, Jan 18, 2019 at 10:02 AM Bruno Oliveira <bruno(a)abstractj.org> wrote:
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(a)ekt.gr
> _____________________________
>
> _______________________________________________
> keycloak-user mailing list
> keycloak-user(a)lists.jboss.org
>
https://lists.jboss.org/mailman/listinfo/keycloak-user
--
abstractj