Open jboz opened 5 years ago
Anyone knows how to fix this?
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
Hello,
I have this pb on docker run :
Do you know what to do ? Tks.