Do you want to use it in production or development? I'm asking because those require usually quite different approaches. You need a Docker image to run the container, so you'd need to use existing one from
https://hub.docker.comor build your own using Dockerfile. For production, you'd actually preferably just build your own to have it self-contained, but in development it's ok to just use Docker Compose with existing image and custom command and bind mounts.