can anyone tell me should I download openMRS SDK for development, or can I continue with Docker?
It’s upto you, whichever you prefer.
Yes! You can continue with Docker for OpenMRS development. It simplifies dependency management, ensures consistency across environments, and is widely used in production. However, if you need more flexibility for local development and debugging, the OpenMRS SDK is a great choice. For beginners, Docker is recommended because it reduces setup complexity. Happy coding
how do I find docker container for OPENMrs server. currently i’m using openMrs SDK installed in my local machine
If you’re looking for a Docker setup for OpenMRS, you’re on the right track! OpenMRS provides official Docker images that make deployment easier. You can find them on Docker Hub:
For a detailed guide on setting up OpenMRS with Docker, check out this official documentation:
This is a great resource for curious contributors! Let me know if you need help getting started.