https://rancher.com/ logo
Title
d

delightful-hairdresser-74410

10/26/2022, 5:41 AM
hey folks, I've been having trouble with getting rancher up and running after installing it and did configured like below: 1. Uninstall Docker Desktop 2. Install Rancher desktop 3. Disable k8s 4. Select
dockerd/moby
engine for docker CLI compatibility 5. Restart any open terminals to load the updated
PATH
variable I am using docker to run concourse pipelines, while using docker desktop and concourse there was no problem. After using rancher desktop with concourse, seeing error below:
docker: Error response from daemon: cgroups: cannot find cgroup mount destination: unknown.
time="2022-10-26T05:09:07Z" level=error msg="error waiting for container: context canceled"

fetching the image did not produce a volume
can someone help here
c

calm-sugar-3169

10/26/2022, 4:54 PM
Hi Vipul, are you seeing this error on windows or Mac?
I came across this solution, can you try and see if it works? https://github.com/docker/for-linux/issues/219#issuecomment-375160449
d

delightful-hairdresser-74410

10/26/2022, 4:59 PM
@calm-sugar-3169 I am using mac machine, systemd is not available in mac
c

calm-sugar-3169

10/26/2022, 5:25 PM
it looks like we already do that in
/etc/init.d/docker
anyways
r

rapid-tailor-25200

11/10/2022, 4:32 PM
@delightful-hairdresser-74410 You probably would have fixed this by now. I think this is a concourse problem and not rancher. I've seen this when changing container image names of concourse resources. You will have to run fly check-resource -type to fix it.
d

delightful-hairdresser-74410

11/10/2022, 4:35 PM
Thanks @rapid-tailor-25200 It was concourse issue, fixed it.
m

miniature-balloon-97198

11/24/2022, 9:48 AM
Hi @delightful-hairdresser-74410 Can you please share your fix if possible ? I am also facing this issue.
d

delightful-hairdresser-74410

12/06/2022, 3:40 PM
Hai @miniature-balloon-97198, You probably would have fixed this by now. My Issue was with the docker-image, I've changed type of image from registry-image to docker-image. docker-image types are getting deprecated.