Hi everyone,
I started using Rancher Desktop, but I'm having trouble starting a MongoDB container. The container starts and then stops immediately not able to catch container logs.
Does anyone have any suggestions?
~`$docker run -p 27017:27017 -v /_mongodb_data:/data/db --name mongoContainer -d --rm mongo:3.6`
Thanks!
Pls ignore, found solution by specifying $UID:$UID while starting the container image.