best-wall-17038
08/01/2022, 10:22 PMcurved-zebra-30454
08/01/2022, 11:55 PMbetter-fountain-25714
08/01/2022, 3:44 PMdocker pull xyz
.. i was getting timeouts. it looked like DNS wasn’t happy and i fixed it , but now I’m having a different problem. It looks like limactl
is talking to a different install of lima.. is that possible? I’m assuming limactl
using a socket to work similar to docker
..
I say this because rancher started up a lima vm, which i can see with this ps aux | grep qemu
shows that vm is listening on -netdev user,id=net0,net=192.168.5.0/24,dhcpstart=192.168.5.15,hostfwd=tcp:127.0.0.1:54931-:22
when i try to ssh to that it asks for a password. Is this the lima vm ?curved-zebra-30454
08/01/2022, 11:56 PM1.4.1
again.shy-airplane-81326
08/02/2022, 11:45 AM❯ docker buildx create --platform=linux/arm,linux/arm64,linux/amd64 --use
recursing_dubinsky
(base)
❯ docker buildx ls
NAME/NODE DRIVER/ENDPOINT STATUS PLATFORMS
recursing_dubinsky * docker-container
recursing_dubinsky0 unix:///var/run/docker.sock running linux/arm/v7*, linux/arm64*, linux/amd64*, linux/amd64/v2
rancher-desktop docker
rancher-desktop rancher-desktop running linux/arm64, linux/amd64
default docker
default default running linux/arm64, linux/amd64
❯ docker buildx build --platform linux/amd64 --push -t data-team/app:latest .
[+] Building 0.7s (5/5) FINISHED
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 456B 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load metadata for <http://docker.io/library/python:3.8.2-slim|docker.io/library/python:3.8.2-slim> 0.6s
=> CACHED [1/2] FROM <http://docker.io/library/python:3.8.2-slim@sha256:ed48f14994a6de2240f0b3a491f75a78b491010b45c1cfa16273022ae5408c61|docker.io/library/python:3.8.2-slim@sha256:ed48f14994a6de2240f0b3a491f75a78b491010b45c1cfa16273022ae5408c61> 0.0s
=> => resolve <http://docker.io/library/python:3.8.2-slim@sha256:ed48f14994a6de2240f0b3a491f75a78b491010b45c1cfa16273022ae5408c61|docker.io/library/python:3.8.2-slim@sha256:ed48f14994a6de2240f0b3a491f75a78b491010b45c1cfa16273022ae5408c61> 0.0s
=> ERROR [2/2] RUN pip install --upgrade pip && pip install PyMySQL==1.0.2 && pip install psycopg2-binary==2.9.3 0.1s
------
> [2/2] RUN pip install --upgrade pip && pip install PyMySQL==1.0.2 && pip install psycopg2-binary==2.9.3
#0 0.099 -c: 0: Can't open pip install --upgrade pip && pip install PyMySQL==1.0.2 && pip install psycopg2-binary==2.9.3
------
Dockerfile:9
--------------------
8 |
9 | >>> RUN pip install --upgrade pip && \
10 | >>> pip install PyMySQL==1.0.2 && \
11 | >>> pip install psycopg2-binary==2.9.3 && \
12 |
--------------------
error: failed to solve: process "/bin/sh -c pip install --upgrade pip && pip install PyMySQL==1.0.2 && pip install psycopg2-binary==2.9.3" did not complete successfully: exit code: 127
best-wall-17038
08/01/2022, 10:34 PMorange-eve-26232
08/02/2022, 1:42 PMbash-5.1# ps faux
faux: applet not found
bash-5.1# ps
PID USER TIME COMMAND
1 root 0:00 {bash} /usr/bin/qemu-x86_64 /bin/bash
12 root 0:00 /bin/psAny issue or I just cannot use Rancher Desktop with Apple Silicon ?
polite-piano-74233
08/02/2022, 2:39 PMorange-eve-26232
08/02/2022, 12:23 PMc: applet not foundI've got no luck with my google skills so I'm asking here.
polite-piano-74233
08/02/2022, 2:39 PMfamous-traffic-65054
08/02/2022, 6:36 PMshy-airplane-81326
08/03/2022, 3:10 PMelegant-beach-30074
08/03/2022, 3:22 PMglamorous-easter-57088
08/03/2022, 4:14 PMaloof-stone-52130
08/04/2022, 4:06 AMmagnificent-knife-53739
08/04/2022, 8:00 AMdamp-dress-71748
08/04/2022, 1:04 PMicy-parrot-30770
08/04/2022, 1:58 PMmagnificent-advantage-56892
08/04/2022, 5:48 PMkind-iron-72902
08/04/2022, 6:43 PMfor x in nuxt rancher qemu ; do
echo $x
ps auxww | grep $x
done
damp-dress-71748
08/05/2022, 7:37 AMgreen-restaurant-60209
08/05/2022, 2:41 PMmagnificent-knife-53739
08/05/2022, 6:06 PMCannot connect to the Docker daemon at unix:///var/run/docker.sock
◦ i run (as suggested in github issue) -> sudo ln -s ~$USER/.rd/docker.sock /var/run/docker.sock
After this changes when i try to download and build new containers i got this:
error during connect: Get "<http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/json?all=1&filters=%7B%22label%22%3A%7B%22com.docker.compose.project%3Ddocker-stack%22%3Atrue%7D%7D&limit=0>": EOF
Is this happen to somebody? I think maybe i miss some steps in configuration or something like that.
Thanks in advance!stale-gigabyte-19722
08/05/2022, 7:38 PMstale-gigabyte-19722
08/05/2022, 7:39 PMwide-mechanic-33041
08/05/2022, 7:57 PMstale-gigabyte-19722
08/05/2022, 8:41 PMwide-mechanic-33041
08/05/2022, 8:47 PMstale-gigabyte-19722
08/05/2022, 8:48 PMwide-mechanic-33041
08/05/2022, 8:49 PM