General Runner Docker Container throws "Not Found" error when running

Hello,

I am working through the General Runner - Apidog Docs documentation and after installing the docker container, if I try to run it I get an error (see attached file for full log).

It looks like its trying to hit this endpoint:

https://api.apidog.com/api/v1/self-hosted-runners/0/general-configs

However is getting a Not Found error.
message.txt|nullxnull

Hi, it looks like the runner ID is 0, which may indicate an issue with your Docker deployment command. The -v option might be causing the problem.

Please try:

  1. Using a valid path with the correct permissions for the -v option, or
  2. Removing the -v option and running the container again.
    Let us know if the issue persists!

Thank you Md Mamunur Rashid

I removed the -v option and all is well.