i feel as i brought this up before but i still get...
# rancher-desktop
b
i feel as i brought this up before but i still get this error im on a windows machine R-D is running but i cant run commands in a normal windows command prompt i can do this in a wsl ubuntu terminal anyone have any ideas? any one encountered this before? https://github.com/rancher-sandbox/rancher-desktop/issues/4412 -- same issue here
w
check out your
docker context ls
if you are runing RD in moby than it may be you are not using the rancher-desktop context
b
this is my docker context ls
but whats interesting is when i want to use dev containers in vs code is it just blows up
w
well solve one problem at a time. is it working for the host? like
docker info
b
yh ive now solved the pipe issue docker info output C:\Users\Zakaria.Hassan>docker info Client: Version: 25.0.4-rd Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.13.0 Path: C:\Users\Zakaria.Hassan\.docker\cli-plugins\docker-buildx.exe compose: Docker Compose (Docker Inc.) Version: v2.24.7 Path: C:\Users\Zakaria.Hassan\.docker\cli-plugins\docker-compose.exe Server: Containers: 17 Running: 1 Paused: 0 Stopped: 16 Images: 11 Server Version: 25.0.3 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Cgroup Version: 1 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: 4e1fe7492b9df85914c389d1f15a3ceedbb280ac runc version: 51d5e94601ceffbbd85688df1c928ecccbfa4685 init version: Security Options: seccomp Profile: builtin Kernel Version: 5.15.146.1-microsoft-standard-WSL2 Operating System: Rancher Desktop WSL Distribution OSType: linux Architecture: x86_64 CPUs: 8 Total Memory: 7.647GiB Name: COMP0026082 ID: 9bb57b4a-3a05-46fe-86fa-cb7c57eae668 Docker Root Dir: /var/lib/docker Debug Mode: false Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false WARNING: No blkio throttle.read_bps_device support WARNING: No blkio throttle.write_bps_device support WARNING: No blkio throttle.read_iops_device support WARNING: No blkio throttle.write_iops_device support
w
so does look like you have some old parts of Docker Desktop still hanging around vs the RD stubs, but shouldn't matter.
so manual docker calls in your Ubuntu are working, but devcontainers is having an issue? dc does a bit of docker in docker from my memory so may be tripping up there