ancient-painter-37799
12/10/2022, 3:01 AMancient-painter-37799
12/11/2022, 8:28 AMacoustic-refrigerator-10961
12/13/2022, 5:08 PMDOCKER_HOST=unix://$HOME/.rd/docker.sock
I am able to pull images and run containers. Port forwarding works. But the UI never even attempts to use the mitmproxy. I've set the self-signed certificate to be trusted both inside the VM and on my host machine. So no kubernetes since it can't even list possible versions.brash-train-33431
12/13/2022, 5:10 PMpolite-garage-88725
12/13/2022, 7:14 PMstocky-vr-48505
12/14/2022, 7:54 PMquick-keyboard-83126
12/14/2022, 11:25 PMdocker: Cannot overwrite digest ...
gifted-wall-83531
12/15/2022, 10:20 AMgifted-wall-83531
12/15/2022, 10:23 AMgifted-wall-83531
12/15/2022, 10:46 AMstrong-scientist-17505
12/15/2022, 2:01 PMdockerd
on macOS 12.6.
I am trying to expose port 53 in the container as 5300 on the host. The docker-compose contains this:
ports:
- 192.168.0.18:5300:53/udp
I receive the error message:
Error starting userland proxy: listen udp4 192.168.0.18:5300: bind: cannot assign requested address
If I expose 80 as 8080 for nginx, via docker run --name some-nginx -d -p 8080:80 nginx
, however, then I can access 192.168.0.18:8080 without a problem.fast-garage-66093
12/16/2022, 1:09 AMfast-garage-66093
12/16/2022, 1:10 AMfast-garage-66093
12/16/2022, 1:35 AMgifted-wall-83531
12/16/2022, 2:33 PMgifted-wall-83531
12/16/2022, 2:33 PMgifted-wall-83531
12/16/2022, 2:39 PMnetsh interface portproxy show all, and see: 0.0.0.0 8002 172.xx.xx.xx 8002, and 8003
after that, I use:
netsh interface portproxy reset
it's become empty. When start RD, two errors have occurred in the Diagnostics TAB
then, I reinstall RD, but still the same error.witty-jelly-95845
12/16/2022, 9:49 PMsticky-summer-13450
12/17/2022, 5:28 PMrdctl
command...
$ rdctl start
About to launch /opt/rancher-desktop/rancher-desktop ...
[3777253:1217/165903.770587:ERROR:<http://ozone_platform_x11.cc|ozone_platform_x11.cc>(248)] Missing X server or $DISPLAY
[3777253:1217/165903.770632:ERROR:<http://env.cc|env.cc>(225)] The platform failed to initialize. Exiting.
The futex facility returned an unexpected error code.
So, that is a pain in the bum 😞
Luckily I could VNC onto my desktop so I could start Rancher Desktop using the graphical tools, but I wondered whether there was a possibility of rdctl
working remotely?bored-farmer-36655
12/17/2022, 9:44 PMgifted-wall-83531
12/18/2022, 2:42 AMbillions-bear-86898
12/19/2022, 3:57 AMbillowy-rose-49323
12/19/2022, 6:44 PMError: No active cluster!
Desktop/resources/resources/linux/internal/rancher-desktop-guestagent into /usr/local/bin//rancher-desktop-guestagent ...
2022-12-19T18:39:25.602Z: Waited more than 60 secs for nerdctl images to succeed. Giving up.
billowy-rose-49323
12/19/2022, 6:45 PMbillowy-rose-49323
12/19/2022, 6:45 PMcuddly-umbrella-82227
12/20/2022, 5:10 PMwitty-honey-18052
12/20/2022, 5:44 PMwitty-honey-18052
12/20/2022, 5:55 PMwhite-gpu-45500
12/20/2022, 6:09 PMdocker run
does not go to console by default. Adding -a stdout
to the docker run command seems to fix that. Is there any way to make this the default behavior?cuddly-umbrella-82227
12/20/2022, 6:14 PM