This message was deleted.
# rancher-desktop
a
This message was deleted.
r
@cold-helicopter-11667, Can you please some details about your environment, the OS you are running on, the steps you follow to run the mariadb container etc?
c
I am on mac os and I run containers via tilt which is basically bringing up a list of things through
docker-compose
. All of my other containers work fine though, just this one is having an issue.
r
Would you be able to share your docker-compose file?
c
I can share my tilt.yaml file. The docker file is made by tilt based off of that.
Is there a way to ssh into the container? In the docker world I could
docker exec -it containername bash
but I don't know the rancher equivalent.
r
I will try out tilt shortly.
You can use the same command
docker exec -it container-name-or-id bash
with Rancher Desktop too