Docker

Getting Started with Keycloak on Docker

Learn the installation of the Keycloak authorization server as a docker container and different configurations for setting up the realm and testing the authorization token flow.

Different Ways to Pass Environment Variables to Docker

We often see the applications configured to read the additional configuration via the environment variables. In the case of non-containerized applications, we can modify the configuration and restart the application to use the updated configuration. However, restarting the application to use the updated configuration does not work with containerized applications …

About Us

HowToDoInJava provides tutorials and how-to guides on Java and related technologies.

It also shares the best practices, algorithms & solutions and frequently asked interview questions.