Which docker image to pull from docker hub.

Hi
I am new to linux and docker thing. I have installed debian based distro and managed to get docker running. I wish to know which docker image to pull from docker hub to get frappe framework running.
I tried manual install without much success.

Thanks

Welcome! Frappe & ERPNext are multi-container with docker compose. Here’s a good place to start: GitHub - frappe/frappe_docker: Docker images for production and development setups of the Frappe framework and ERPNext

Read Getting Started and start it up in Play With Docker, then poke around, see how it works in action. Then check out List of Containers and understand what they all do. When ready, see Single Server Example for instructions on getting your own production server started.

Disclaimer: Manual install is actually both simpler and easier if you are new to docker and linux. Going the docker route will force you to learn a whole different way of doing things and new terminology. If you need to learn docker, start by learning docker basics, not by trying to set up something complicated like Frappe/ERPNext in docker.