-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Script do not work in docker environment #7
Comments
The script stores a small database to remember what previous subnet it used: https://github.com/iv-org/smart-ipv6-rotator/blob/master/smart-ipv6-rotator.py#L64 Could you try this command instead:
Before that you will need to cleanup the ipv6 subnets that were setup by the script or just reboot the machine. |
Thanks. Unfortunately, that was not the problem. The error persisted after I both cleaned up the ipv6 subnets and reboot the machine. Running the py in bare metal works. The issue is docker-specific. |
The script works for me in docker using the command
|
@CDaut you need to store the database somewhere, this won't really work. |
Hi, I am using the docker image and ran
docker run --rm --privileged --name smart-ipv6-rotator --network host quay.io/invidious/smart-ipv6-rotator:latest run --ipv6range=<IPV6RANGE>/64
. It ran successfully the first time, but showed the following error subsequently. Is this error related to my network or to the docker image? Thank you.The text was updated successfully, but these errors were encountered: