We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I have this pb on docker run :
jj@toto:/opt/xpenology$ docker run --privileged -v /opt/xpenology:/image -p 5000:5000 segator/xpenology:6.1.3-15152 INFO: KVM acceleration enabled INFO: DHCP configured to serve IP 20.20.20.21/24 via dockerbridge INFO: Lauching dnsmasq DEBUG: dnsmasq options: --dhcp-range=20.20.20.21,20.20.20.21 --dhcp-host=00:11:32:2A:A6:13,,20.20.20.21,VirtualMachine,infinite --dhcp-option=option:netmask,255.255.255.0 --dhcp-option=option:dns-server,#,run,"systemd-resolve,--status",to,see,details,about,the,actual,nameservers.,8.8.8.8,8.8.4.4 --dhcp-option=option:router,20.20.20.20 --dhcp-option=option:domain-search,home --dhcp-option=option:domain-name,home dnsmasq: bad command line options: bad IP address
Do you know what to do ? Tks.
The text was updated successfully, but these errors were encountered:
Anyone knows how to fix this?
Sorry, something went wrong.
I got the same result:
INFO: KVM acceleration enabled, INFO: DHCP configured to serve IP 20.20.20.21/24 via dockerbridge, INFO: Lauching dnsmasq, DEBUG: dnsmasq options: --dhcp-range=20.20.20.21,20.20.20.21 --dhcp-host=00:11:32:2A:A6:13,,20.20.20.21,VirtualMachine,infinite --dhcp-option=option:netmask,255.255.255.0 --dhcp-option=option:dns-server,169.254.169.254 --dhcp-option=option:router,20.20.20.20 --dhcp-option=option:domain-search,#,all,known,uplink,DNS,servers.,This,file,lists,all,configured,domains., vcn.oraclevcn.com --dhcp-option=option:domain-name,# , , dnsmasq: junk found in command line,
You can build own image to run:
cp synoboot.img . docker build -t xpe .
and then run xpe image instead of mentioned: docker run --privileged -v /my/xpenology/instance:/image -p 5000:5000 xpe
docker run --privileged -v /my/xpenology/instance:/image -p 5000:5000 xpe
No branches or pull requests
Hello,
I have this pb on docker run :
Do you know what to do ?
Tks.
The text was updated successfully, but these errors were encountered: