R2R icon indicating copy to clipboard operation
R2R copied to clipboard

Rancher Desktop Deployment

Open jonosooty opened this issue 1 year ago • 6 comments

Hi, I would like to setup on Mac m1 , but I need to use rancher desktop due to company requirements. I guess there is some difference in the volume mappings between docker desktop and rancher desktop.

Do you know if it should be possible to change the config to address the error I get. Sorry for the novice tech. questions , I am a PO.

✔ Container r2r-hatchet-setup-config-1 Created 0.0s ✔ Container r2r-hatchet-api-1 Created 0.0s ✔ Container r2r-setup-token-1 Created 0.0s ⠋ Container r2r-r2r-1 Creating 0.1s ✔ Container r2r-hatchet-engine-1 Created 0.0s Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "rprivate" Waiting for all services to become healthy... Error checking health of r2r ..... never becomes healthy....

If I inspect the volumes I get.

{
    "CreatedAt": "2024-10-01T14:09:01+02:00",
    "Driver": "local",
    "Labels": {
        "com.docker.compose.project": "r2r",
        "com.docker.compose.version": "2.29.5",
        "com.docker.compose.volume": "postgres_data"
    },
    "Mountpoint": "/var/lib/docker/volumes/r2r_postgres_data/_data",
    "Name": "r2r_postgres_data",
    "Options": null,
    "Scope": "local"
}

]

Many Thanks for any insights. Jono

jonosooty avatar Oct 01 '24 12:10 jonosooty