https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners
GitHub Actions self-hosted runner
Configures and starts the runner using the url and token provided at https://github.com/<user_or_organization>//settings/actions/runners:
docker run -ti harisekhon/github-actions-runner --url <repo> --token <token> --unattended
Related Docker images can be found for many Open Source, Big Data and NoSQL technologies on my DockerHub profile. The source for them all can be found in the master Dockerfiles GitHub repo.