Deploying to Azure #848
Unanswered
SkyBlade1978
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Why not use a Azure VM and then install docker etc. on it? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Some potential resources. https://markheath.net/post/minecraft-server-azure-container-instances |
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,
So I now have my container working in desktop docker, next step to pop it online so people can play it, and I would like to use azure.
I wonder is there a step-by-step for this, I understand I'll need to create an azure file share for the volume, at the moment I'm stuck on the environment variables tab of creating a container as I am not sure the correct way to transpose my docker terminal command I used to create the container into the UI..
For example I have;
docker run -d -it -v mcvol:/data -e TYPE=FORGE -p 25565:25565 -e EULA=TRUE -e VERSION=1.10.2 -e JVM_DD_OPTS=fml.queryResult:confirm --name mc itzg/minecraft-server:java8
And in the azure ui for the variables I have two fields, key and value, if I need to pass in -it is that a key or a value?
Beta Was this translation helpful? Give feedback.
All reactions