_hyperi0n
(Hyperi0n)
February 11, 2025, 12:55pm
1
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.
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:
Using a valid path with the correct permissions for the -v option, or
Removing the -v option and running the container again.
Let us know if the issue persists!
_hyperi0n
(Hyperi0n)
February 12, 2025, 11:55am
3
Thank you Md Mamunur Rashid
I removed the -v option and all is well.