You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As noted, we have a bedrock server which needed updating. I couldn't figure out to update the existing container so made a new one. But I can't seem to load old volumes - it seems to keep creating new ones. Unfortunately, as I'm a bit of a novice - it's a bit of a mess with a bunch of containers and volumes. I've tried numerous times with ChatGPT assistance but seem to be going around in circles making new containers which generate new worlds/volumes.
Before I give up and lose the kids' world that we've been working on for a while - thought I'd ask here.
Thanks. I managed to get it working. ChatGPT > Copilot.
The command was “docker run”.
But I managed to get it working by specifying the volume and other info directly in the command line.
Yeah. The second part was insights from the docker desktop app. Was just showing how docker kept creating a new volume rather than linking to the existing one.
I have no idea why it worked putting it directly in the command but hope that helps someone else know the same boat.
Hi
As noted, we have a bedrock server which needed updating. I couldn't figure out to update the existing container so made a new one. But I can't seem to load old volumes - it seems to keep creating new ones. Unfortunately, as I'm a bit of a novice - it's a bit of a mess with a bunch of containers and volumes. I've tried numerous times with ChatGPT assistance but seem to be going around in circles making new containers which generate new worlds/volumes.
Before I give up and lose the kids' world that we've been working on for a while - thought I'd ask here.
docker-compose.yml looks like this:
But it just seems to create a new volume:
If anyone can point me in the right direction, would be grateful!
The text was updated successfully, but these errors were encountered: