Bedrock Server: Attaching to ./bedrock_server process #227
Unanswered
andrewkeithly
asked this question in
Q&A
Replies: 2 comments 1 reply
-
worth noting azure cli does provide a way to "attach" process via |
Beta Was this translation helpful? Give feedback.
1 reply
-
I have written an issue for the upstream enhancement I'll need to make: itzg/entrypoint-demoter#8 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
First of all – thanks for creating this! What a cool way to learn about Azure and how to provision with Terraform.
I know Java Minecraft utilizes RCON to issue commands directly to server. With the container running the
./bedrock_server
on boot – I don't see a way to attach to the server process to issue any CLI. I suppose we could start the process in a tmux or screen? Not sure if you have any ideas on this. I tried killing the process so that I could manually start it attached but that immediately restarts the container (duh 🤦🏻♂️)Beta Was this translation helpful? Give feedback.
All reactions