Replies: 1 comment
-
This seems to be a general docker problem, but apparently not something that affects all containers |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to retrieve my Docker Logs for this Minecraft container in order to understand why it stops right after attempting to start. I'm running this minecraft server via Docker Container on a Raspberry Pi through OpenMediaVault's 'Compose' plug-in. I believe OMV is not the cause for this error, which is why I'm posting here.
When I start the container, it goes through start-up and gets to unpacking, but then crashes my pi. Once it restarts, I see that the container is 'stopped' and when trying to retrieve the logs, I get this error:
Error grabbing logs: invalid character '\x00' looking for beginning of value
I don't have this issue with any other containers I'm running when retrieving the logs.For reference, this is my docker-compose.yml:
Here's the impartial logs I can see when I attempt to retrieve:
Beta Was this translation helpful? Give feedback.
All reactions