We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm not sure what's happening, as I can't get the server to start up.
pi@raspberrypi:~ $ docker run -d -it -p 25565:25565 --name test -e EULA=TRUE -e VERSION=SNAPSHOT itzg/minecraft-server:multiarch e5b001f7d2b99158519d8e6eba41aa2455e68eb938226981b94019fdff27788d [...] pi@raspberrypi:~ $ docker start test test pi@raspberrypi:~ $ docker ps -l CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES e5b001f7d2b9 itzg/minecraft-server:multiarch "/start" 7 minutes ago Up 5 seconds (health: starting) 0.0.0.0:25565->25565/tcp, 25575/tcp test pi@raspberrypi:~ $ docker ps -l CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES e5b001f7d2b9 itzg/minecraft-server:multiarch "/start" 7 minutes ago Exited (28) 8 seconds ago test
The text was updated successfully, but these errors were encountered:
The container logs might reveal more info, but in any case I'm wondering if your scenario might be related to
#755 (comment)
Sorry, something went wrong.
The issue was indeed the same as #755. Thanks!
No branches or pull requests
I'm not sure what's happening, as I can't get the server to start up.
The text was updated successfully, but these errors were encountered: